mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-14 17:16: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>
|
</TCEforms>
|
||||||
<type>array</type>
|
<type>array</type>
|
||||||
<el>
|
<el>
|
||||||
<settings.resultsPID>
|
<settings.pageUid>
|
||||||
<TCEforms>
|
<TCEforms>
|
||||||
<exclude>1</exclude>
|
<exclude>1</exclude>
|
||||||
<label>Results page</label>
|
<label>Results page</label>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<show_thumbs>1</show_thumbs>
|
<show_thumbs>1</show_thumbs>
|
||||||
</config>
|
</config>
|
||||||
</TCEforms>
|
</TCEforms>
|
||||||
</settings.resultsPID>
|
</settings.pageUid>
|
||||||
<settings.showRegions>
|
<settings.showRegions>
|
||||||
<TCEforms>
|
<TCEforms>
|
||||||
<exclude>1</exclude>
|
<exclude>1</exclude>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<f:section name="content">
|
<f:section name="content">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 mb-5">
|
<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="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
@ -5,6 +5,7 @@ call_user_func(
|
||||||
function()
|
function()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/*
|
||||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||||
'Wrm.Events',
|
'Wrm.Events',
|
||||||
'Pi1',
|
'Pi1',
|
||||||
|
@ -17,6 +18,7 @@ call_user_func(
|
||||||
'Date' => 'teaser, list, show, search'
|
'Date' => 'teaser, list, show, search'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
|
|
||||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||||
'Wrm.Events',
|
'Wrm.Events',
|
||||||
|
|
Loading…
Reference in a new issue