Files
2026-07-03 17:53:31 +02:00

11 lines
513 B
Plaintext

plugin.tx_ttaddress {
view {
# cat=plugin.tx_ttaddress/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:tt_address/Resources/Private/Templates/
# cat=plugin.tx_ttaddress/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:tt_address/Resources/Private/Partials/
# cat=plugin.tx_ttaddress/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:tt_address/Resources/Private/Layouts/
}
}