From 4d863cb74d84e228f5d14a52aab5368c58f4f319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6hler?= Date: Sat, 30 Nov 2024 18:40:48 +0100 Subject: [PATCH] [BUGFIX] #1541 Gallery Columns --- .../ContentElement/Helper/ContentElement.typoscript | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Configuration/TypoScript/ContentElement/Helper/ContentElement.typoscript b/Configuration/TypoScript/ContentElement/Helper/ContentElement.typoscript index 8e0c71a02..27f1d361f 100644 --- a/Configuration/TypoScript/ContentElement/Helper/ContentElement.typoscript +++ b/Configuration/TypoScript/ContentElement/Helper/ContentElement.typoscript @@ -97,10 +97,10 @@ lib.contentElement { gallery { columns { 1 { - class = {$plugin.bootstrap_package_contentelements.gallery.columns.1.class} + class = {$plugin.bootstrap_package_contentelements.gallery.columns.1} } 2 { - class = {$plugin.bootstrap_package_contentelements.gallery.columns.2.class} + class = {$plugin.bootstrap_package_contentelements.gallery.columns.2} multiplier { default = 0.5 xlarge = 0.5 @@ -119,7 +119,7 @@ lib.contentElement { } } 3 { - class = {$plugin.bootstrap_package_contentelements.gallery.columns.3.class} + class = {$plugin.bootstrap_package_contentelements.gallery.columns.3} multiplier { default = 0.3333 xlarge = 0.3333 @@ -138,7 +138,7 @@ lib.contentElement { } } 4 { - class = {$plugin.bootstrap_package_contentelements.gallery.columns.4.class} + class = {$plugin.bootstrap_package_contentelements.gallery.columns.4} multiplier { default = 0.25 xlarge = 0.25 @@ -157,7 +157,7 @@ lib.contentElement { } } 5 { - class = {$plugin.bootstrap_package_contentelements.gallery.columns.5.class} + class = {$plugin.bootstrap_package_contentelements.gallery.columns.5} multiplier { default = 0.2 xlarge = 0.2 @@ -176,7 +176,7 @@ lib.contentElement { } } 6 { - class = {$plugin.bootstrap_package_contentelements.gallery.columns.6.class} + class = {$plugin.bootstrap_package_contentelements.gallery.columns.6} multiplier { default = 0.1666 xlarge = 0.16666