Templates¶
The default fluid templates can be found in the folder
- Resources/Private/Templates
- Resources/Private/Partials
- Resources/Private/Layouts
You can add your own templates and set the template paths via the following TypoScript constants (also available in the constants editor in the TYPO3 Backend)
- plugin.tx_addressmgmt.view.templateRootPath = EXT:my_theme/Ressouces/Private/Templates
- plugin.tx_addressmgmt.view.partialRootPath = EXT:my_theme/Ressouces/Private/Partials
- plugin.tx_addressmgmt.view.layoutRootPath = EXT:my_theme/Ressouces/Private/Layouts