| 123456789101112131415161718192021 |
- # Module configuration
- module.begriffmgt {
- persistence {
- newRecordStoragePid = 0
- storagePid = 0
- classes {
- Meramo\Begriffmgt\Domain\Model\Term {
- newRecordStoragePid = 0
- storagePid = 0
- }
- }
- }
- view {
- templateRootPaths.0 = EXT:begriffmgt/Resources/Private/Templates/
- templateRootPaths.1 = {$module.begriffmgt.view.templateRootPath}
- partialRootPaths.0 = EXT:begriffmgt/Resources/Private/Partials/
- partialRootPaths.1 = {$module.begriffmgt.view.partialRootPath}
- layoutRootPaths.0 = EXT:begriffmgt/Resources/Private/Layouts/
- layoutRootPaths.1 = {$module.begriffmgt.view.layoutRootPath}
- }
- }
|