From acc44925369e8f58f15223ff8ea7e8578e7d764b Mon Sep 17 00:00:00 2001 From: Andreas Otto Date: Fri, 18 Jun 2004 06:16:13 +0000 Subject: [PATCH] Added ,pfb,pfm to line 724 to allow TYPE1 fonts as template resources. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@379 709f56b5-9817-0410-a4d7-c38de5d9e867 --- typo3/sysext/cms/tbl_cms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/cms/tbl_cms.php b/typo3/sysext/cms/tbl_cms.php index 7771e54..35edc4c 100755 --- a/typo3/sysext/cms/tbl_cms.php +++ b/typo3/sysext/cms/tbl_cms.php @@ -721,7 +721,7 @@ $TCA['sys_template'] = Array ( 'config' => Array ( 'type' => 'group', 'internal_type' => 'file', - 'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,txt,css,tmpl,inc,ico', + 'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,pfb,pfm,txt,css,tmpl,inc,ico', 'max_size' => '1000', 'uploadfolder' => 'uploads/tf', 'show_thumbs' => '1', -- 2.1.4