true, 'inputType' => 'checkboxWizard', 'foreignKey' => 'tl_vr_real_estate_categories.title', 'eval' => array('mandatory'=>true, 'multiple'=>true, 'tl_class'=>'w50'), 'sql' => "blob NULL", 'relation' => array('type'=>'hasMany', 'load'=>'lazy') ]; $GLOBALS['TL_DCA']['tl_module']['fields']['vr_re_formUrl'] = [ 'exclude' => true, 'inputType' => 'text', 'eval' => array('mandatory'=>true, 'rgxp'=>'url', 'decodeEntities'=>true, 'maxlength'=>255, 'tl_class'=>'w50'), 'sql' => "varchar(255) NOT NULL default ''" ];