From 3af85ed14fa8fb9757b4f8562c95b39dbefb78ad Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 8 Jul 2015 20:01:55 -0600 Subject: [PATCH] added xml, json, css, and js to supported media "file" types --- system/config/media.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/system/config/media.yaml b/system/config/media.yaml index 62dfa75eb..443ec8aeb 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -75,6 +75,10 @@ txt: type: file thumb: media/thumb-txt.png mime: text/plain +xml: + type: file + thumb: media/thumb-xml.png + mime: application/xml doc: type: file thumb: media/thumb-doc.png @@ -95,3 +99,16 @@ gz: type: file thumb: media/thumb-gz.png mime: application/gzip +css: + type: file + thumb: media/thumb-css.png + mime: text/css +js: + type: file + thumb: media/thumb-js.png + mime: application/javascript +json: + type: file + thumb: media/thumb-json.png + mime: application/json +