Remove obsolete plugins
This commit is contained in:
@@ -31,25 +31,3 @@ $metaTagManagerRegistry->registerManager(
|
||||
\EP\EpTheme\MetaTag\OpenGraphMetaTagManager::class
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'EP.ep_theme',
|
||||
'SimpleForm',
|
||||
[
|
||||
'Form' => 'simpleForm',
|
||||
],
|
||||
[
|
||||
'Form' => 'simpleForm',
|
||||
]
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'EP.ep_theme',
|
||||
'Ajax',
|
||||
[
|
||||
'AjaxForm' => 'processForm',
|
||||
],
|
||||
[
|
||||
'AjaxForm' => 'processForm',
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user