Bug #17838 ยป 0006817.patch
typo3/sysext/cms/tbl_cms.php (Arbeitskopie) | ||
---|---|---|
'config' => Array (
|
||
'type' => 'group',
|
||
'internal_type' => 'file',
|
||
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,pfb,pfm,txt,css,tmpl,inc,ico,js',
|
||
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,pfb,pfm,txt,css,tmpl,inc,ico,js,xml',
|
||
'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],
|
||
'uploadfolder' => 'uploads/tf',
|
||
'show_thumbs' => '1',
|