mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 10:36:11 +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(
|
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||||
'Wrm.Events',
|
'Wrm.Events',
|
||||||
'DateSearch',
|
'DateSearch',
|
||||||
|
[
|
||||||
|
'Date' => 'search'
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'Date' => 'search'
|
'Date' => 'search'
|
||||||
]
|
]
|
||||||
|
@ -29,6 +32,9 @@ call_user_func(
|
||||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||||
'Wrm.Events',
|
'Wrm.Events',
|
||||||
'DateList',
|
'DateList',
|
||||||
|
[
|
||||||
|
'Date' => 'list'
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'Date' => 'list'
|
'Date' => 'list'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue