Hello,
I want to add the field in the page form with a extension.
But I don't have the error message...
this code is true ? ?Code:// Modify palette $GLOBALS['TL_DCA']['tl_page']['palettes']['default'] = str_replace('alias', 'test_check;alias', $GLOBALS['TL_DCA']['tl_page']['palettes']['default']); // Add field $GLOBALS['TL_DCA']['tl_page']['fields']['test_check'] = array( 'label' => &$GLOBALS['TL_LANG']['tl_page']['test_check'], 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array( ) );
Bookmarks