settings.typoscript 733 B

123456789101112131415161718192021
  1. # Module configuration
  2. module.begriffmgt {
  3. persistence {
  4. newRecordStoragePid = 0
  5. storagePid = 0
  6. classes {
  7. Meramo\Begriffmgt\Domain\Model\Term {
  8. newRecordStoragePid = 0
  9. storagePid = 0
  10. }
  11. }
  12. }
  13. view {
  14. templateRootPaths.0 = EXT:begriffmgt/Resources/Private/Templates/
  15. templateRootPaths.1 = {$module.begriffmgt.view.templateRootPath}
  16. partialRootPaths.0 = EXT:begriffmgt/Resources/Private/Partials/
  17. partialRootPaths.1 = {$module.begriffmgt.view.partialRootPath}
  18. layoutRootPaths.0 = EXT:begriffmgt/Resources/Private/Layouts/
  19. layoutRootPaths.1 = {$module.begriffmgt.view.layoutRootPath}
  20. }
  21. }