mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-43570 filetypes: Added new filetypes - ddoc, bdoc, cdoc
This commit is contained in:
parent
83ddacfff7
commit
ecdb94d3e0
3 changed files with 20 additions and 1 deletions
|
@ -1410,6 +1410,9 @@ function &get_mimetypes_array() {
|
|||
'dmg' => array ('type'=>'application/octet-stream', 'icon'=>'unknown'),
|
||||
|
||||
'doc' => array ('type'=>'application/msword', 'icon'=>'document', 'groups'=>array('document')),
|
||||
'bdoc' => array ('type'=>'application/x-digidoc', 'icon'=>'document', 'groups'=>array('archive')),
|
||||
'cdoc' => array ('type'=>'application/x-digidoc', 'icon'=>'document', 'groups'=>array('archive')),
|
||||
'ddoc' => array ('type'=>'application/x-digidoc', 'icon'=>'document', 'groups'=>array('archive')),
|
||||
'docx' => array ('type'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'icon'=>'document', 'groups'=>array('document')),
|
||||
'docm' => array ('type'=>'application/vnd.ms-word.document.macroEnabled.12', 'icon'=>'document'),
|
||||
'dotx' => array ('type'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.template', 'icon'=>'document'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue