[formManager]

Properties

dynamicJavaScriptModules.app

Option path

formManager.dynamicJavaScriptModules.app

Data type

string

Needed by

Backend (form manager)

Mandatory

Yes

Default value
1dynamicJavaScriptModules:
2  app: TYPO3/CMS/Form/Backend/FormManager
3  viewModel: TYPO3/CMS/Form/Backend/FormManager/ViewModel
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
1dynamicJavaScriptModules:
2  app: '@typo3/form/backend/form-manager.js'
3  viewModel: '@typo3/form/backend/form-manager/view-model.js'
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
1stylesheets:
2  100: 'EXT:form/Resources/Public/Css/form.css'
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
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

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

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

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
 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

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
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

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

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.