true, 'inputType' => 'checkbox', 'foreignKey' => 'tl_vr_wa_standort.title', 'eval' => array('mandatory' => true, 'multiple' => true,), 'sql' => "blob NULL", 'relation' => array('type' => 'hasMany', 'load' => 'lazy') ); $GLOBALS['TL_DCA']['tl_module']['fields']['vr_wa_listPage'] = array( 'exclude' => true, 'inputType' => 'pageTree', 'foreignKey' => 'tl_page.title', 'eval' => array('fieldType'=>'radio', 'tl_class'=>'clr'), 'sql' => "int(10) unsigned NOT NULL default 0", 'relation' => array('type'=>'hasOne', 'load'=>'lazy') );