From 4ef0608d644c9aa0a24dca75d6ce767455c3f5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Wed, 4 Mar 2026 17:35:08 +0100 Subject: [PATCH] Ensure pinnwand module palette exposes imgSize reliably --- contao/config/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contao/config/config.php b/contao/config/config.php index e6f2955..6670f20 100644 --- a/contao/config/config.php +++ b/contao/config/config.php @@ -9,3 +9,5 @@ $GLOBALS['BE_MOD']['content']['pinnwand'] = [ ]; $GLOBALS['TL_MODELS']['tl_pinnwand'] = PinboardModel::class; + +$GLOBALS['TL_DCA']['tl_module']['palettes']['pinnwand'] = '{title_legend},name,headline,type;{image_legend},imgSize;{protected_legend:hide},protected;{expert_legend:hide},guests,cssID';