added xml, json, css, and js to supported media "file" types

This commit is contained in:
Andy Miller
2015-07-08 20:01:55 -06:00
parent 2a6b96937c
commit 3af85ed14f

View File

@@ -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