Organize pagets according to best practice
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Wizards/NewContentElement.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/RTE.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/TCEFORM.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/SHARED.tsconfig">
|
|
||||||
@@ -133,4 +133,10 @@ call_user_func(function() {
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile(
|
||||||
|
'ep_events',
|
||||||
|
'Configuration/TSconfig/Page/Main.tsconfig',
|
||||||
|
'EP Events'
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
@import 'EXT:ep_events/Configuration/TSconfig/Page/Mod/WebLayout/BackendLayouts.tsconfig'
|
||||||
|
@import 'EXT:ep_events/Configuration/TSconfig/Page/Wizards/NewContentElement.tsconfig'
|
||||||
|
@import 'EXT:ep_events/Configuration/TSconfig/Page/RTE.tsconfig'
|
||||||
|
@import 'EXT:ep_events/Configuration/TSconfig/Page/TCEFORM.tsconfig'
|
||||||
|
@import 'EXT:ep_events/Configuration/TSconfig/Page/Mod/SHARED.tsconfig'
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_theme/Configuration/PageTS/Mod/WebLayout/BackendLayouts.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_theme/Configuration/PageTS/Mod/Wizards/NewContentElement.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_theme/Configuration/PageTS/Extensions/GridElements.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_theme/Configuration/PageTS/RTE.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_theme/Configuration/PageTS/TCEFORM.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_theme/Configuration/PageTS/TCEMAIN.tsconfig">
|
|
||||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/PageTS/Mod/SHARED.tsconfig">
|
|
||||||
@@ -128,7 +128,7 @@ call_user_func(function() {
|
|||||||
|
|
||||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile(
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile(
|
||||||
'ep_theme',
|
'ep_theme',
|
||||||
'Configuration/TypoScript/pageTSconfig.ts',
|
'Configuration/TSconfig/Page/Main.tsconfig',
|
||||||
'EP Theme'
|
'EP Theme'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
@import 'EXT:ep_theme/Configuration/TSconfig/Page/Mod/WebLayout/BackendLayouts.tsconfig'
|
||||||
|
@import 'EXT:ep_theme/Configuration/TSconfig/Page/Mod/Wizards/NewContentElement.tsconfig'
|
||||||
|
@import 'EXT:ep_theme/Configuration/TSconfig/Page/Extensions/GridElements.tsconfig'
|
||||||
|
@import 'EXT:ep_theme/Configuration/TSconfig/Page/RTE.tsconfig'
|
||||||
|
@import 'EXT:ep_theme/Configuration/TSconfig/Page/TCEFORM.tsconfig'
|
||||||
|
@import 'EXT:ep_theme/Configuration/TSconfig/Page/TCEMAIN.tsconfig'
|
||||||
|
@import 'EXT:ep_events/Configuration/TSconfig/Page/Mod/SHARED.tsconfig'
|
||||||
+1
@@ -1,5 +1,6 @@
|
|||||||
TCEMAIN.permissions {
|
TCEMAIN.permissions {
|
||||||
groupid = 1
|
groupid = 1
|
||||||
|
user = show, editcontent, edit, new, delete
|
||||||
group = show, edit, delete, new, editcontent
|
group = show, edit, delete, new, editcontent
|
||||||
everybody = show
|
everybody = show
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user