diff --git a/contao/dca/tl_content.php b/contao/dca/tl_content.php index e90ba7b..20461b4 100644 --- a/contao/dca/tl_content.php +++ b/contao/dca/tl_content.php @@ -11,10 +11,6 @@ 'sql' => array('type' => 'boolean', 'default' => false) ]; -$GLOBALS['TL_DCA']['tl_content']['fields']['perRow']['eval']['tl_class'] = 'w25 hidden'; -$GLOBALS['TL_DCA']['tl_content']['fields']['perPage']['eval']['tl_class'] = 'w25'; -$GLOBALS['TL_DCA']['tl_content']['fields']['numberOfItems']['eval']['tl_class'] = 'w25'; - PaletteManipulator::create() ->addField('use_flex_gallery_image', 'image_legend', PaletteManipulator::POSITION_APPEND) ->applyToPalette('gallery', 'tl_content')