|
|
@@ -0,0 +1,19 @@
|
|
|
+
|
|
|
+# Module configuration
|
|
|
+module.tx_pagemanager {
|
|
|
+ persistence {
|
|
|
+ storagePid = {$module.tx_pagemanager.persistence.storagePid}
|
|
|
+ }
|
|
|
+ view {
|
|
|
+ templateRootPaths.0 = EXT:pagemanager/Resources/Private/Templates/Backend/
|
|
|
+ templateRootPaths.1 = {$module.tx_pagemanager.view.templateRootPath}
|
|
|
+ partialRootPaths.0 = EXT:pagemanager/Resources/Private/Partials/Backend/
|
|
|
+ partialRootPaths.1 = {$module.tx_pagemanager.view.partialRootPath}
|
|
|
+ layoutRootPaths.0 = EXT:pagemanager/Resources/Private/Layouts/Backend/
|
|
|
+ layoutRootPaths.1 = {$module.tx_pagemanager.view.layoutRootPath}
|
|
|
+ }
|
|
|
+ settings {
|
|
|
+ itemsPerPage = {$module.tx_pagemanager.settings.itemsPerPage}
|
|
|
+ hidePagination = {$module.tx_pagemanager.settings.hidePagination}
|
|
|
+ }
|
|
|
+}
|