Merge branch 'master' into feature/stimulus

This commit is contained in:
Björn Fromme
2021-09-08 09:41:34 +02:00
125 changed files with 2872 additions and 1681 deletions
@@ -31,7 +31,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'SimpleForm',
[
'Form' => 'simpleForm',
@@ -42,7 +42,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'FullForm',
[
'Form' => 'fullForm',
@@ -53,7 +53,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'FullForm',
[
'Form' => 'fullForm',
@@ -64,7 +64,7 @@ $metaTagManagerRegistry->registerManager(
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'EP.EpTheme',
'EP.ep_theme',
'Ajax',
[
'AjaxForm' => 'processForm',