11 lines
513 B
Plaintext
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/
|
|
}
|
|
}
|