Bug #23929 ยป bug_16235.diff
typo3_trunk/t3lib/config_default.php (Arbeitskopie) | ||
---|---|---|
'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
|