Skip to content

Commit

Permalink
Merge pull request #1 from zonky2/patch-1
Browse files Browse the repository at this point in the history
add m12
  • Loading branch information
doishub authored Jun 21, 2022
2 parents d164102 + 07bb018 commit d84a040
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Resources/contao/dca/tl_news.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
;

// Fields
$GLOBALS['TL_DCA']['tl_news']['fields']['popup'] = array
(
$GLOBALS['TL_DCA']['tl_news']['fields']['popup'] = [
'exclude' => true,
'filter' => true,
'inputType' => 'checkbox',
'eval' => array('tl_class'=>'w50'),
'eval' => ['tl_class'=>'w50 cbx m12'],
'sql' => "char(1) NOT NULL default ''"
);
];

0 comments on commit d84a040

Please sign in to comment.