Bug #21184 ยป 12112.diff
t3lib/class.t3lib_beuserauth.php (working copy) | ||
---|---|---|
'disableCMlayers' => 0,
|
||
'navFrameWidth' => '', // Default is 245 pixels
|
||
'navFrameResizable' => 0,
|
||
'resizeTextareas' => 1,
|
||
'resizeTextareas_MaxHeight' => 600,
|
||
'resizeTextareas_Flexible' => 1,
|
||
);
|
||
typo3/sysext/setup/ext_tables.php (working copy) | ||
---|---|---|
'type' => 'text',
|
||
'label' => 'LLL:EXT:setup/mod/locallang.xml:resizeTextareas_MaxHeight',
|
||
'csh' => 'resizeTextareas_MaxHeight',
|
||
'default' => 600,
|
||
),
|
||
'resizeTextareas_Flexible' => array(
|
||
'type' => 'check',
|