1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 01:44:27 +02:00

MDL-57126 core: add 'scss' to list of core filetypes.

This allows filetype restrictions to work when uploading additional
preset files on the Boost admin settings page.
This commit is contained in:
Jake Dallimore 2016-11-24 14:41:38 +08:00
parent 0fbe41f4cd
commit d714aeb4f5

@ -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'),