+2007-11-24 Oliver Hader <oh@inpublica.de>
+
+ * Fixed bug #6817: Files with extension xml are ignored as resource of a template
+
2007-11-24 Benjamin Mack <mack@xnos.org>
* Fix #6822: css_styled_content default EXTCONF was not loaded since it was installed by default
'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',