Organize pagets according to best practice

This commit is contained in:
Björn Fromme
2021-08-10 18:21:02 +02:00
parent b4e8628a71
commit b8bac586d2
18 changed files with 20 additions and 13 deletions
@@ -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'