Remove feedback form, adjust layout to enable ext:form

This commit is contained in:
Björn Fromme
2018-09-24 10:54:01 +02:00
parent 0a1e5713e1
commit de31497b2e
11 changed files with 8 additions and 23 deletions
@@ -1 +1 @@
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form_legacy/Configuration/TypoScript/setup.txt">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Configuration/TypoScript/setup.txt">
@@ -22,8 +22,6 @@ plugin.tx_epevents {
activityListPageUid =
# cat=plugin.tx_epevents//a; type=string; label=Inquiry page UID
inquiryPageUid =
# cat=plugin.tx_epevents//a; type=string; label=Feedback page UID
feedbackPageUid =
# cat=plugin.tx_epevents//a; type=string; label=Ajax page UID
ajaxPageUid =
# cat=plugin.tx_epevents//a; type=string; label=Search page UID
@@ -47,7 +47,6 @@ plugin.tx_epevents {
dataProtectionPageUid = {$plugin.tx_epevents.settings.dataProtectionPageUid}
legalNoticePageUid = {$plugin.tx_epevents.settings.legalNoticePageUid}
termsPageUid = {$plugin.tx_epevents.settings.termsPageUid}
feedbackPageUid = {$plugin.tx_epevents.settings.feedbackPageUid}
searchLogIgnoreIps = {$plugin.tx_epevents.settings.searchLogIgnoreIps}
activityDefaultHeaderImage = {$plugin.tx_epevents.settings.activityDefaultHeaderImage}
activityDefaultKeywordsImage = {$plugin.tx_epevents.settings.activityDefaultKeywordsImage}