[formManager]

Properties

dynamicRequireJsModules.app

Option path

TYPO3.CMS.Form.formManager.dynamicRequireJsModules.app

Data type

string

Needed by

Backend (form manager)

Mandatory

Yes

Default value
1dynamicRequireJsModules:
2  app: TYPO3/CMS/Form/Backend/FormManager
3  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
1dynamicRequireJsModules:
2  app: TYPO3/CMS/Form/Backend/FormManager
3  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
1stylesheets:
2  100: 'EXT:form/Resources/Public/Css/form.css'
Description

Internal setting. Path for the form manager CSS file.

translationFiles

Option path

TYPO3.CMS.Form.formManager.translationFiles

Data type

string/ array

Needed by

Backend (form manager)

Mandatory

Yes

Default value
1translationFiles:
2  10: '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
1javaScriptTranslationFile: '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
 1selectablePrototypesConfiguration:
 2  100:
 3    identifier: standard
 4    label: formManager.selectablePrototypesConfiguration.standard.label
 5    newFormTemplates:
 6      100:
 7        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/BlankForm.yaml'
 8        label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.blankForm.label
 9      200:
10        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/SimpleContactForm.yaml'
11        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
 1selectablePrototypesConfiguration:
 2  100:
 3    identifier: standard
 4    label: formManager.selectablePrototypesConfiguration.standard.label
 5    newFormTemplates:
 6      100:
 7        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/BlankForm.yaml'
 8        label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.blankForm.label
 9      200:
10        templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/SimpleContactForm.yaml'
11        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
1controller:
2  deleteAction:
3    errorTitle: formManagerController.deleteAction.error.title
4    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
1controller:
2  deleteAction:
3    errorTitle: formManagerController.deleteAction.error.title
4    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
1controller:
2  deleteAction:
3    errorTitle: formManagerController.deleteAction.error.title
4    errorMessage: formManagerController.deleteAction.error.body
Description

Internal setting. Configure the form manager flash message texts.