constants_typoscript 624 B

1234567891011121314
  1. module.begriffmgt {
  2. view {
  3. # cat=module.begriffmgt/file; type=string; label=Path to template root (BE)
  4. templateRootPath = EXT:begriffmgt/Resources/Private/Templates/
  5. # cat=module.begriffmgt/file; type=string; label=Path to template partials (BE)
  6. partialRootPath = EXT:begriffmgt/Resources/Private/Partials/
  7. # cat=module.begriffmgt/file; type=string; label=Path to template layouts (BE)
  8. layoutRootPath = EXT:begriffmgt/Resources/Private/Layouts/
  9. }
  10. persistence {
  11. # cat=module.begriffmgt//a; type=string; label=Default storage PID
  12. storagePid =
  13. }
  14. }