1 .. include:: ../../Includes.txt
4 .. _typo3.cms.form.formmanager:
11 .. _typo3.cms.form.formmanager-properties:
17 .. _typo3.cms.form.formmanager.dynamicrequirejsmodules.app:
19 dynamicRequireJsModules.app
20 ---------------------------
23 TYPO3.CMS.Form.formManager.dynamicRequireJsModules.app
29 Backend (form manager)
34 :aspect:`Default value`
39 dynamicRequireJsModules:
40 app: TYPO3/CMS/Form/Backend/FormManager
41 viewModel: TYPO3/CMS/Form/Backend/FormManager/ViewModel
44 Internal setting. RequireJS path for the form manager JavaScript app.
47 .. _typo3.cms.form.formmanager.dynamicrequirejsmodules.viewmodel:
49 dynamicRequireJsModules.viewModel
50 ---------------------------------
53 TYPO3.CMS.Form.formManager.dynamicRequireJsModules.viewModel
59 Backend (form manager)
64 :aspect:`Default value`
69 dynamicRequireJsModules:
70 app: TYPO3/CMS/Form/Backend/FormManager
71 viewModel: TYPO3/CMS/Form/Backend/FormManager/ViewModel
74 Internal setting. RequireJS path for the form manager JavaScript view model.
77 .. _typo3.cms.form.formmanager.stylesheets:
83 TYPO3.CMS.Form.formManager.stylesheets
89 Backend (form manager)
94 :aspect:`Default value`
99 100: 'EXT:form/Resources/Public/Css/form.css'
101 :aspect:`Description`
102 Internal setting. Path for the form manager CSS file.
105 .. _typo3.cms.form.formmanager.translationfile:
110 :aspect:`Option path`
111 TYPO3.CMS.Form.formManager.translationFile
117 Backend (form manager)
122 :aspect:`Default value`
126 translationFile: 'EXT:form/Resources/Private/Language/Database.xlf'
128 :aspect:`Good to know`
129 :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>`
131 :aspect:`Description`
132 The translation file(s) which should be used to translate parts of the form manager.
135 .. _typo3.cms.form.formmanager.javascripttranslationfile:
137 javaScriptTranslationFile
138 -------------------------
140 :aspect:`Option path`
141 TYPO3.CMS.Form.formManager.javaScriptTranslationFile
147 Backend (form manager)
152 :aspect:`Default value`
156 javaScriptTranslationFile: 'EXT:form/Resources/Private/Language/locallang_formManager_javascript.xlf'
158 :aspect:`Description`
159 Internal setting. Path for the inline language labels for the form manager app.
162 .. _typo3.cms.form.formmanager.selectableprototypesconfiguration:
164 selectablePrototypesConfiguration
165 ---------------------------------
167 :aspect:`Option path`
168 TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration
174 Backend (form manager)
179 :aspect:`Default value`
183 selectablePrototypesConfiguration:
186 label: formManager.selectablePrototypesConfiguration.standard.label
189 templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/BlankForm.yaml'
190 label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.blankForm.label
192 templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/SimpleContactForm.yaml'
193 label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.simpleContactForm.label
195 :aspect:`Good to know`
196 - :ref:`"Start templates"<concepts-formmanager-starttemplate>`
197 - :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>`
199 :aspect:`Description`
200 Array with numerical Keys. Configure the ``Start template`` selection list within the ``form manager`` "Advanced settings" step.
203 .. _typo3.cms.form.formmanager.selectableprototypesconfiguration.*.identifier:
205 selectablePrototypesConfiguration.*.identifier
206 ----------------------------------------------
208 :aspect:`Option path`
209 TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.*.identifier
215 Backend (form manager)
220 :aspect:`Related options`
221 - :ref:`TYPO3.CMS.Form.prototypes <typo3.cms.form.prototypes>`
223 :aspect:`Good to know`
224 - :ref:`"Start templates"<concepts-formmanager-starttemplate>`
226 :aspect:`Description`
227 Reference to a ``prototype`` which should be used for the newly created form definition.
230 .. _typo3.cms.form.formmanager.selectableprototypesconfiguration.*.label:
232 selectablePrototypesConfiguration.*.label
233 -----------------------------------------
235 :aspect:`Option path`
236 TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.*.label
242 Backend (form manager)
247 :aspect:`Good to know`
248 - :ref:`"Start templates"<concepts-formmanager-starttemplate>`
249 - :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>`
251 :aspect:`Description`
252 The ``Form prototype`` selectlist label for this ``prototype`` within the ``form manager`` "Advanced settings" step.
255 .. _typo3.cms.form.formmanager.selectableprototypesconfiguration.*.newformtemplates:
257 selectablePrototypesConfiguration.*.newFormTemplates
258 ----------------------------------------------------
260 :aspect:`Option path`
261 TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.*.newFormTemplates
267 Backend (form manager)
272 :aspect:`Default value`
277 selectablePrototypesConfiguration:
280 label: formManager.selectablePrototypesConfiguration.standard.label
283 templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/BlankForm.yaml'
284 label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.blankForm.label
286 templatePath: 'EXT:form/Resources/Private/Backend/Templates/FormEditor/Yaml/NewForms/SimpleContactForm.yaml'
287 label: formManager.selectablePrototypesConfiguration.standard.newFormTemplates.simpleContactForm.label
289 :aspect:`Good to know`
290 - :ref:`"Start templates"<concepts-formmanager-starttemplate>`
291 - :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>`
293 :aspect:`Description`
294 Array with numerical Keys. Configure the ``Start templates`` selectlist for this ``prototype`` within the ``form manager`` "Advanced settings" step.
297 .. _typo3.cms.form.formmanager.selectableprototypesconfiguration.*.newformtemplates.*.templatepath:
299 selectablePrototypesConfiguration.*.newFormTemplates.*.templatePath
300 -------------------------------------------------------------------
302 :aspect:`Option path`
303 TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.*.newFormTemplates.*.templatePath
309 Backend (form manager)
314 :aspect:`Good to know`
315 - :ref:`"Start templates"<concepts-formmanager-starttemplate>`
316 - :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>`
318 :aspect:`Description`
319 The filesystem path to the `Start template`` yaml file.
322 .. _typo3.cms.form.formmanager.selectableprototypesconfiguration.*.newformtemplates.*.label:
324 selectablePrototypesConfiguration.*.newFormTemplates.*.label
325 ------------------------------------------------------------
327 :aspect:`Option path`
328 TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.*.newFormTemplates.*.label
334 Backend (form manager)
339 :aspect:`Good to know`
340 - :ref:`"Start templates"<concepts-formmanager-starttemplate>`
341 - :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>`
343 :aspect:`Description`
344 The ``Start template`` selectlist label for this ``Start template`` within the ``form manager`` "Advanced settings" step.
347 .. _typo3.cms.form.formmanager.controller:
352 :aspect:`Option path`
353 TYPO3.CMS.Form.formManager.controller
359 Backend (form manager)
364 :aspect:`Default value`
370 errorTitle: formManagerController.deleteAction.error.title
371 errorMessage: formManagerController.deleteAction.error.body
373 :aspect:`Description`
374 Internal setting. Configure the ``form manager`` flash message texts.
377 .. _typo3.cms.form.formmanager.controller.deleteaction.errortitle:
379 controller.deleteAction.errorTitle
380 ----------------------------------
382 :aspect:`Option path`
383 TYPO3.CMS.Form.formManager.controller.deleteAction.errorTitle
389 Backend (form manager)
394 :aspect:`Default value`
401 errorTitle: formManagerController.deleteAction.error.title
402 errorMessage: formManagerController.deleteAction.error.body
404 :aspect:`Description`
405 Internal setting. Configure the ``form manager`` flash message texts.
408 .. _typo3.cms.form.formmanager.controller.deleteaction.errormessage:
410 controller.deleteAction.errorMessage
411 ------------------------------------
413 :aspect:`Option path`
414 TYPO3.CMS.Form.formManager.controller.deleteAction.errorMessage
420 Backend (form manager)
425 :aspect:`Default value`
432 errorTitle: formManagerController.deleteAction.error.title
433 errorMessage: formManagerController.deleteAction.error.body
435 :aspect:`Description`
436 Internal setting. Configure the ``form manager`` flash message texts.