mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-57126-master' of https://github.com/snake/moodle
This commit is contained in:
commit
92fa8b8fde
@ -226,6 +226,7 @@ abstract class core_filetypes {
|
||||
'rtx' => array('type' => 'text/richtext', 'icon' => 'text'),
|
||||
'rv' => array('type' => 'audio/x-pn-realaudio-plugin', 'icon' => 'audio',
|
||||
'groups' => array('video'), 'string' => 'video'),
|
||||
'scss' => array('type' => 'text/x-scss', 'icon' => 'text', 'groups' => array('web_file')),
|
||||
'sh' => array('type' => 'application/x-sh', 'icon' => 'sourcecode'),
|
||||
'sit' => array('type' => 'application/x-stuffit', 'icon' => 'archive',
|
||||
'groups' => array('archive'), 'string' => 'archive'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user