diff --git a/Documentation/05-UsersManual/TypoScript/ConfigurationView.rst b/Documentation/05-UsersManual/TypoScript/ConfigurationView.rst index eaa8560..62313b6 100644 --- a/Documentation/05-UsersManual/TypoScript/ConfigurationView.rst +++ b/Documentation/05-UsersManual/TypoScript/ConfigurationView.rst @@ -20,6 +20,8 @@ Property Title :ref:`layoutRootPaths ` Valid paths for layouts. :ref:`partialRootPaths ` Valid paths for partials. + +:ref:`templateRootPaths ` Valid paths for templates. =============================================================== ===================================== ----- @@ -170,3 +172,32 @@ Partial root paths 20 = EXT:my_extension/Resources/Private/Partials/Forms/ } } + +.. _viewTemplateRootPaths: + +Template root paths +------------------ + +.. container:: table-row + + Property + ``templateRootPaths`` + Required? + No + Description + Contains the list of paths to choose your own HTML template files. + + .. note:: + + Under TYPO3 6.2 you must use ``config.tx_extbase.view``. + + **Example:** + + .. code-block:: typoscript + + config.tx_formz.view { + templateRootPaths { + 20 = fileadmin/Resources/Private/Extensions/FormZ/Templates/ + } + } +