[formManager] 

Properties 

dynamicJavaScriptModules.app 

Option path
formManager.dynamicJavaScriptModules.app
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
dynamicJavaScriptModules:
  app: TYPO3/CMS/Form/Backend/FormManager
  viewModel: TYPO3/CMS/Form/Backend/FormManager/ViewModel
Copied!
Description
Internal setting. ES6 module specifier for the form manager JavaScript app.

dynamicJavaScriptModules.viewModel 

Option path
formManager.dynamicJavaScriptModules.viewModel
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
dynamicJavaScriptModules:
  app: '@typo3/form/backend/form-manager.js'
  viewModel: '@typo3/form/backend/form-manager/view-model.js'
Copied!
Description
Internal setting. ES6 module specifier for the form manager JavaScript view model.

stylesheets 

Option path
formManager.stylesheets
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
stylesheets:
  100: 'EXT:form/Resources/Public/Css/form.css'
Copied!
Description
Internal setting. Path for the form manager CSS file.

translationFiles 

Option path
formManager.translationFiles
Data type
string/ array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
translationFiles:
  10: 'EXT:form/Resources/Private/Language/Database.xlf'
Copied!
Good to know
Translate "Start template" options
Description
The translation file(s) which should be used to translate parts of the form manager.

javaScriptTranslationFile 

Option path
formManager.javaScriptTranslationFile
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
javaScriptTranslationFile: 'EXT:form/Resources/Private/Language/locallang_formManager_javascript.xlf'
Copied!
Description
Internal setting. Path for the inline language labels for the form manager app.

selectablePrototypesConfiguration 

Option path
formManager.selectablePrototypesConfiguration
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
selectablePrototypesConfiguration:
  100:
    identifier: standard
    label: formManager.selectablePrototypesConfiguration.standard.label
    newFormTemplates:
      100:
        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/BlankForm.yaml'
        label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.blankForm.label
      200:
        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/SimpleContactForm.yaml'
        label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.simpleContactForm.label
Copied!
Good to know
Description
Array with numerical Keys. Configure the Start template selection list within the form manager "Advanced settings" step.

selectablePrototypesConfiguration.*.identifier 

Option path
formManager.selectablePrototypesConfiguration.*.identifier
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Related options
Good to know
Description
Reference to a prototype which should be used for the newly created form definition.

selectablePrototypesConfiguration.*.label 

Option path
formManager.selectablePrototypesConfiguration.*.label
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Good to know
Description
The Form prototype selectlist label for this prototype within the form manager "Advanced settings" step.

selectablePrototypesConfiguration.*.newFormTemplates 

Option path
formManager.selectablePrototypesConfiguration.*.newFormTemplates
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
selectablePrototypesConfiguration:
  100:
    identifier: standard
    label: formManager.selectablePrototypesConfiguration.standard.label
    newFormTemplates:
      100:
        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/BlankForm.yaml'
        label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.blankForm.label
      200:
        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/SimpleContactForm.yaml'
        label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.simpleContactForm.label
Copied!
Good to know
Description
Array with numerical Keys. Configure the Start templates selectlist for this prototype within the form manager "Advanced settings" step.

selectablePrototypesConfiguration..newFormTemplates..templatePath 

Option path
formManager.selectablePrototypesConfiguration..newFormTemplates..templatePath
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Good to know
Description
The filesystem path to the Start template` YAML file.

selectablePrototypesConfiguration..newFormTemplates..label 

Option path
formManager.selectablePrototypesConfiguration..newFormTemplates..label
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Good to know
Description
The Start template selectlist label for this Start template within the form manager "Advanced settings" step.

controller 

Option path
formManager.controller
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
controller:
  deleteAction:
    errorTitle: formManagerController.deleteAction.error.title
    errorMessage: formManagerController.deleteAction.error.body
Copied!
Description
Internal setting. Configure the form manager flash message texts.

controller.deleteAction.errorTitle 

Option path
formManager.controller.deleteAction.errorTitle
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
controller:
  deleteAction:
    errorTitle: formManagerController.deleteAction.error.title
    errorMessage: formManagerController.deleteAction.error.body
Copied!
Description
Internal setting. Configure the form manager flash message texts.

controller.deleteAction.errorMessage 

Option path
formManager.controller.deleteAction.errorMessage
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
controller:
  deleteAction:
    errorTitle: formManagerController.deleteAction.error.title
    errorMessage: formManagerController.deleteAction.error.body
Copied!
Description
Internal setting. Configure the form manager flash message texts.