Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
plugin.tx_ifoberstufenplaner {
view {
# cat=plugin.tx_ifoberstufenplaner/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:if_oberstufenplaner/Resources/Private/Templates/
# cat=plugin.tx_ifoberstufenplaner/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:if_oberstufenplaner/Resources/Private/Partials/
# cat=plugin.tx_ifoberstufenplaner/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:if_oberstufenplaner/Resources/Private/Layouts/
}
persistence {
# cat=plugin.tx_ifoberstufenplaner//a; type=string; label=Default storage PID
storagePid =
}
}