WIP Upgrade to TYPO3 10.4

This commit is contained in:
Björn Fromme
2021-04-01 21:33:24 +02:00
parent 571bba47f1
commit 0263d9fdd0
36 changed files with 1751 additions and 854 deletions
@@ -29,7 +29,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'SimpleForm',
[
'Form' => 'simpleForm',
@@ -40,7 +40,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'FullForm',
[
'Form' => 'fullForm',
@@ -51,7 +51,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'FullForm',
[
'Form' => 'fullForm',
@@ -62,7 +62,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'Ajax',
[
'AjaxForm' => 'processForm',