mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 03:16:10 +01:00
Change plugin conf
This commit is contained in:
parent
2426267567
commit
c8dacc93df
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue