diff --git a/src/Resources/contao/dca/tl_boxen.php b/src/Resources/contao/dca/tl_boxen.php index ff30479..97c45c0 100644 --- a/src/Resources/contao/dca/tl_boxen.php +++ b/src/Resources/contao/dca/tl_boxen.php @@ -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 ''"