Skip to content

Commit

Permalink
Update tl_content.php
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten authored Oct 23, 2023
1 parent 5b8f119 commit bf69e7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit bf69e7c

Please sign in to comment.