diff --git a/src/Resources/contao/dca/tl_interface.php b/src/Resources/contao/dca/tl_interface.php index 135f82f..ed76afa 100644 --- a/src/Resources/contao/dca/tl_interface.php +++ b/src/Resources/contao/dca/tl_interface.php @@ -19,7 +19,7 @@ 'label' => &$GLOBALS['TL_LANG']['tl_interface']['wibSyncUrl'], 'exclude' => true, 'inputType' => 'text', - 'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'long'), + 'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'long clr'), 'sql' => "varchar(255) NOT NULL default ''" );