Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Template root paths #91

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions Documentation/05-UsersManual/TypoScript/ConfigurationView.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Property Title
:ref:`layoutRootPaths <viewLayoutRootPaths>` Valid paths for layouts.

:ref:`partialRootPaths <viewPartialRootPaths>` Valid paths for partials.

:ref:`templateRootPaths <viewTemplateRootPaths>` Valid paths for templates.
=============================================================== =====================================

-----
Expand Down Expand Up @@ -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/
}
}