1renderingOptions.partialRootPaths
2---------------------------------
3
4:aspect:`Option path`
5      TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formElementsDefinition.Form.renderingOptions.partialRootPaths
6
7:aspect:`Data type`
8      array
9
10:aspect:`Needed by`
11      Frontend/ Backend (form editor)
12
13:aspect:`Overwritable within form definition`
14      Yes
15
16:aspect:`form editor can write this property into the form definition (for prototype 'standard')`
17      No
18
19:aspect:`Mandatory`
20      Yes
21
22:aspect:`Default value (for prototype 'standard')`
23      .. code-block:: yaml
24         :linenos:
25         :emphasize-lines: 7-8
26
27         Form:
28           renderingOptions:
29             translation:
30               translationFiles:
31                 10: 'EXT:form/Resources/Private/Language/locallang.xlf'
32             templateRootPaths:
33               10: 'EXT:form/Resources/Private/Frontend/Templates/'
34             partialRootPaths:
35               10: 'EXT:form/Resources/Private/Frontend/Partials/'
36             layoutRootPaths:
37               10: 'EXT:form/Resources/Private/Frontend/Layouts/'
38             addQueryString: false
39             argumentsToBeExcludedFromQueryString: {  }
40             additionalParams: {  }
41             controllerAction: perform
42             httpMethod: post
43             httpEnctype: multipart/form-data
44             _isCompositeFormElement: false
45             _isTopLevelFormElement: true
46             honeypot:
47               enable: true
48               formElementToUse: Honeypot
49             submitButtonLabel: Submit
50             skipUnknownElements: true
51
52:aspect:`Good to know`
53      - :ref:`"Custom templates"<concepts-frontendrendering-templates-customtemplates>`
54
55:aspect:`partialRootPaths`
56      Please read the section :ref:`templateRootPaths<apireference-frontendrendering-fluidformrenderer-options-partialrootpaths>`.