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'
|
||||
Reference in New Issue
Block a user