Skip to content

Commit

Permalink
enable search for tl_boxen title
Browse files Browse the repository at this point in the history
  • Loading branch information
markotodic committed Oct 29, 2018
1 parent dd5bc62 commit 93589a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/dca/tl_boxen.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
(
'label' => &$GLOBALS['TL_LANG']['tl_boxen']['title'],
'exclude' => true,
'search' => true,
'inputType' => 'text',
'eval' => array('maxlength'=>255, 'tl_class'=>'w50'),
'sql' => "varchar(255) NOT NULL default ''"
Expand Down

0 comments on commit 93589a4

Please sign in to comment.