addLegend('nc_legend','publish_legend',PaletteManipulator::POSITION_BEFORE) ->addField('nc_sent','nc_legend', PaletteManipulator::POSITION_APPEND) ->addField('nc_testmail','nc_legend', PaletteManipulator::POSITION_APPEND) ->applyToPalette('default','tl_news') ; /** * Fields */ $GLOBALS['TL_DCA']['tl_news']['fields']['nc_sent'] = array ( 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('doNotCopy'=>true), 'sql' => "char(1) NOT NULL default '1'" ); $GLOBALS['TL_DCA']['tl_news']['fields']['nc_testmail'] = array ( 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array('doNotSaveEmpty'=>true), );