addLegend('modal_legend', 'amg_legend', PaletteManipulator::POSITION_BEFORE) ->addField(array('modalp'), 'modal_legend', PaletteManipulator::POSITION_APPEND) ->applyToPalette('extend', 'tl_user') ->applyToPalette('custom', 'tl_user') ; // Add fields to tl_user_group $GLOBALS['TL_DCA']['tl_user']['fields']['modalp'] = array ( 'exclude' => true, 'inputType' => 'checkbox', 'options' => array('create', 'delete'), 'reference' => &$GLOBALS['TL_LANG']['MSC'], 'eval' => array('multiple'=>true), 'sql' => "blob NULL" );