diff --git a/ext_localconf.php b/ext_localconf.php index b8c39cc..42eeecf 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -21,6 +21,9 @@ call_user_func( \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'Wrm.Events', 'DateSearch', + [ + 'Date' => 'search' + ], [ 'Date' => 'search' ] @@ -29,6 +32,9 @@ call_user_func( \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'Wrm.Events', 'DateList', + [ + 'Date' => 'list' + ], [ 'Date' => 'list' ]