mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 19:36:09 +01:00
16 lines
616 B
Text
16 lines
616 B
Text
|
|
||
|
plugin.tx_events {
|
||
|
view {
|
||
|
# cat=plugin.tx_ddevents/file; type=string; label=Path to template root (FE)
|
||
|
templateRootPath = EXT:events/Resources/Private/Templates/
|
||
|
# cat=plugin.tx_ddevents/file; type=string; label=Path to template partials (FE)
|
||
|
partialRootPath = EXTevents/Resources/Private/Partials/
|
||
|
# cat=plugin.tx_ddevents/file; type=string; label=Path to template layouts (FE)
|
||
|
layoutRootPath = EXT:events/Resources/Private/Layouts/
|
||
|
}
|
||
|
persistence {
|
||
|
# cat=plugin.tx_ddevents//a; type=string; label=Default storage PID
|
||
|
storagePid =
|
||
|
}
|
||
|
}
|