2018-01-27 17:44:42 +01:00
|
|
|
plugin.tx_tea {
|
2020-12-01 03:01:54 +01:00
|
|
|
view {
|
|
|
|
# cat=plugin.tx_tea/file; type=string; label=Path to template root (FE)
|
|
|
|
templateRootPath = EXT:tea/Resources/Private/Templates/
|
|
|
|
# cat=plugin.tx_tea/file; type=string; label=Path to template partials (FE)
|
|
|
|
partialRootPath = EXT:tea/Resources/Private/Partials/
|
|
|
|
# cat=plugin.tx_tea/file; type=string; label=Path to template layouts (FE)
|
|
|
|
layoutRootPath = EXT:tea/Resources/Private/Layouts/
|
|
|
|
}
|
2018-01-27 17:44:42 +01:00
|
|
|
|
2020-12-01 03:01:54 +01:00
|
|
|
persistence {
|
|
|
|
# cat=plugin.tx_tea//a; type=string; label=Default storage PID
|
|
|
|
storagePid =
|
|
|
|
# cat=plugin.tx_tea//a; type=int; label=UID of the page/folder where all new records will be created
|
|
|
|
newRecordStoragePid =
|
|
|
|
}
|
2018-01-27 17:44:42 +01:00
|
|
|
|
2020-12-01 03:01:54 +01:00
|
|
|
settings {
|
|
|
|
# cat=plugin.tx_tea//a; type=int; label=UID of the page with the single view
|
|
|
|
singleViewPageUid =
|
|
|
|
}
|
2018-01-27 17:44:42 +01:00
|
|
|
}
|