Index: typo3_trunk/t3lib/config_default.php =================================================================== --- typo3_trunk/t3lib/config_default.php (Revision 9262) +++ typo3_trunk/t3lib/config_default.php (Arbeitskopie) @@ -338,7 +338,7 @@ 'defaultUserTSconfig' => '', // String (textarea). Enter lines of default frontend user/group TSconfig. 'defaultTypoScript_constants' => '', // String (textarea). Enter lines of default TypoScript, constants-field. 'defaultTypoScript_constants.' => array(), // Lines of TS to include after a static template with the uid = the index in the array (Constants) - 'defaultTypoScript_setup' => '', // Enter lines of default TypoScript, setup-field. + 'defaultTypoScript_setup' => '', // String (textarea). Enter lines of default TypoScript, setup-field. 'defaultTypoScript_setup.' => array(), // As above, but for Setup 'defaultTypoScript_editorcfg' => '', // String (textarea). Enter lines of default TypoScript, editorcfg-field (Backend Editor Configuration) 'defaultTypoScript_editorcfg.' => array(), // As above, but for Backend Editor Configuration