Ensure pinnwand module palette exposes imgSize reliably

This commit is contained in:
Jürgen Mummert
2026-03-04 17:35:08 +01:00
parent e3f842f2d3
commit 4ef0608d64

View File

@@ -9,3 +9,5 @@ $GLOBALS['BE_MOD']['content']['pinnwand'] = [
]; ];
$GLOBALS['TL_MODELS']['tl_pinnwand'] = PinboardModel::class; $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';