mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:36:10 +01:00
Deactivate old plugin
This commit is contained in:
parent
38a76b26f9
commit
054856e258
3 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
</TCEforms>
|
||||
<type>array</type>
|
||||
<el>
|
||||
<settings.resultsPID>
|
||||
<settings.pageUid>
|
||||
<TCEforms>
|
||||
<exclude>1</exclude>
|
||||
<label>Results page</label>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<show_thumbs>1</show_thumbs>
|
||||
</config>
|
||||
</TCEforms>
|
||||
</settings.resultsPID>
|
||||
</settings.pageUid>
|
||||
<settings.showRegions>
|
||||
<TCEforms>
|
||||
<exclude>1</exclude>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<f:section name="content">
|
||||
<div class="row">
|
||||
<div class="col-12 mb-5">
|
||||
<f:form action="list" controller="Date" pluginName="DateList" method="get" addQueryString="1" id="events_search" name="events_search">
|
||||
<f:form action="list" controller="Date" pluginName="DateList" method="get" id="events_search" name="events_search">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="form-group">
|
||||
|
|
|
@ -5,6 +5,7 @@ call_user_func(
|
|||
function()
|
||||
{
|
||||
|
||||
/*
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Wrm.Events',
|
||||
'Pi1',
|
||||
|
@ -17,6 +18,7 @@ call_user_func(
|
|||
'Date' => 'teaser, list, show, search'
|
||||
]
|
||||
);
|
||||
*/
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Wrm.Events',
|
||||
|
|
Loading…
Reference in a new issue