Update the mime types with the relevant types for "apple-iWorks" (pages, numbers, keynote). Now the files are treated like a file when are in "Single file" mode.
This commit is contained in:
parent
f4dfd1f1a3
commit
5b9eabf4bc
|
@ -65,6 +65,9 @@
|
||||||
"application/x-font": "image",
|
"application/x-font": "image",
|
||||||
"application/x-gimp": "image",
|
"application/x-gimp": "image",
|
||||||
"application/x-gzip": "package/x-generic",
|
"application/x-gzip": "package/x-generic",
|
||||||
|
"application/x-iwork-keynote-sffkey": "keynote",
|
||||||
|
"application/x-iwork-numbers-sffnumbers": "numbers",
|
||||||
|
"application/x-iwork-pages-sffpages": "pages",
|
||||||
"application/x-mobipocket-ebook": "text",
|
"application/x-mobipocket-ebook": "text",
|
||||||
"application/x-perl": "text/code",
|
"application/x-perl": "text/code",
|
||||||
"application/x-photoshop": "image",
|
"application/x-photoshop": "image",
|
||||||
|
|
Loading…
Reference in New Issue