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 19, 2023
1 parent 205deef commit aa097df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
'sql' => "char(11) NOT NULL default ''"
];

$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';
$GLOBALS['TL_DCA']['tl_content']['fields']['fullsize']['eval']['tl_class'] = 'm12 w50';

PaletteManipulator::create()
->addField('flex_gallery_image_height', 'image_legend', PaletteManipulator::POSITION_APPEND)
->applyToPalette('gallery', 'tl_content')
Expand Down

0 comments on commit aa097df

Please sign in to comment.