NEW 7838 Support for document as a category in File class

This commit is contained in:
jean 2012-09-04 11:08:38 +12:00
parent 0585f5d6ce
commit 70cc688fab

View File

@ -138,6 +138,9 @@ class File extends DataObject {
),
'flash' => array(
'swf', 'fla'
),
'doc' => array(
'doc','docx','txt','rtf','xls','xlsx','pages', 'ppt','pptx','pps','csv', 'html','htm','xhtml', 'xml','pdf'
)
);