[formManager]

Properties

dynamicRequireJsModules.app

Option path
TYPO3.CMS.Form.formManager.dynamicRequireJsModules.app
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
2
3
dynamicRequireJsModules:
  app: TYPO3/CMS/Form/Backend/FormManager
  viewModel: TYPO3/CMS/Form/Backend/FormManager/ViewModel
Description
Internal setting. RequireJS path for the form manager JavaScript app.

dynamicRequireJsModules.viewModel

Option path
TYPO3.CMS.Form.formManager.dynamicRequireJsModules.viewModel
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
2
3
dynamicRequireJsModules:
  app: TYPO3/CMS/Form/Backend/FormManager
  viewModel: TYPO3/CMS/Form/Backend/FormManager/ViewModel
Description
Internal setting. RequireJS path for the form manager JavaScript view model.

stylesheets

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

translationFile

Option path
TYPO3.CMS.Form.formManager.translationFile
Data type
string/ array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
translationFile: 'EXT:form/Resources/Private/Language/Database.xlf'
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
TYPO3.CMS.Form.formManager.javaScriptTranslationFile
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
javaScriptTranslationFile: 'EXT:form/Resources/Private/Language/locallang_formManager_javascript.xlf'
Description
Internal setting. Path for the inline language labels for the form manager app.

selectablePrototypesConfiguration

Option path
TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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
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
TYPO3.CMS.Form.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
TYPO3.CMS.Form.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
TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.*.newFormTemplates
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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
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
TYPO3.CMS.Form.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
TYPO3.CMS.Form.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
TYPO3.CMS.Form.formManager.controller
Data type
array
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
2
3
4
controller:
  deleteAction:
    errorTitle: formManagerController.deleteAction.error.title
    errorMessage: formManagerController.deleteAction.error.body
Description
Internal setting. Configure the form manager flash message texts.

controller.deleteAction.errorTitle

Option path
TYPO3.CMS.Form.formManager.controller.deleteAction.errorTitle
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
2
3
4
controller:
  deleteAction:
    errorTitle: formManagerController.deleteAction.error.title
    errorMessage: formManagerController.deleteAction.error.body
Description
Internal setting. Configure the form manager flash message texts.

controller.deleteAction.errorMessage

Option path
TYPO3.CMS.Form.formManager.controller.deleteAction.errorMessage
Data type
string
Needed by
Backend (form manager)
Mandatory
Yes
Default value
1
2
3
4
controller:
  deleteAction:
    errorTitle: formManagerController.deleteAction.error.title
    errorMessage: formManagerController.deleteAction.error.body
Description
Internal setting. Configure the form manager flash message texts.