From 2e842941be5da23ddd78c28023abe0afd7e633b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 24 Sep 2018 13:17:58 +0200 Subject: [PATCH] Allow forms in grid elements containers --- .../PageTS/Extensions/GridElements.tsconfig | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/web/typo3conf/ext/ep_theme/Configuration/PageTS/Extensions/GridElements.tsconfig b/web/typo3conf/ext/ep_theme/Configuration/PageTS/Extensions/GridElements.tsconfig index ce444365..d36e9df0 100644 --- a/web/typo3conf/ext/ep_theme/Configuration/PageTS/Extensions/GridElements.tsconfig +++ b/web/typo3conf/ext/ep_theme/Configuration/PageTS/Extensions/GridElements.tsconfig @@ -47,17 +47,17 @@ tx_gridelements.setup { 1 { name = Spalte 1 colPos = 31 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } 2 { name = Spalte 2 colPos = 32 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } 3 { name = Spalte 3 colPos = 33 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } } } @@ -77,12 +77,12 @@ tx_gridelements.setup { 1 { name = Spalte 1 colPos = 21 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,ytvideo,mailform,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,ytvideo,form_formframework,nlform } 2 { name = Spalte 2 colPos = 22 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,ytvideo,mailform,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,ytvideo,form_formframework,nlform } } } @@ -103,17 +103,17 @@ tx_gridelements.setup { name = Spalte 1 colPos = 51 colspan = 2 - allowed = textmedia,teaser,list + allowed = textmedia,teaser,list,form_formframework } 2 { name = Spalte 2 colPos = 52 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } 3 { name = Spalte 3 colPos = 53 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } } } @@ -133,18 +133,18 @@ tx_gridelements.setup { 1 { name = Spalte 1 colPos = 61 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } 2 { name = Spalte 2 colPos = 62 - allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform + allowed = textmedia,teaser,teaser_country,teaser_region,teaser_city,teaser_hotel,teaser_concept,teaser_product,list,gmap,nlform,form_formframework } 3 { name = Spalte 3 colPos = 63 colspan = 2 - allowed = textmedia,teaser,list,gmap,nlform + allowed = textmedia,teaser,list,gmap,nlform,form_formframework } } }