mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #1187 from nextcloud/danysz-master
Update the mime types with the relevant types for "apple-iWorks"
This commit is contained in:
commit
ef34b49e43
2 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ OC.MimeTypeList={
|
|||
"application/x-font": "image",
|
||||
"application/x-gimp": "image",
|
||||
"application/x-gzip": "package/x-generic",
|
||||
"application/x-iwork-keynote-sffkey": "x-office/presentation",
|
||||
"application/x-iwork-numbers-sffnumbers": "x-office/spreadsheet",
|
||||
"application/x-iwork-pages-sffpages": "x-office/document",
|
||||
"application/x-mobipocket-ebook": "text",
|
||||
"application/x-perl": "text/code",
|
||||
"application/x-photoshop": "image",
|
||||
|
|
|
|||
|
|
@ -65,6 +65,9 @@
|
|||
"application/x-font": "image",
|
||||
"application/x-gimp": "image",
|
||||
"application/x-gzip": "package/x-generic",
|
||||
"application/x-iwork-keynote-sffkey": "x-office/presentation",
|
||||
"application/x-iwork-numbers-sffnumbers": "x-office/spreadsheet",
|
||||
"application/x-iwork-pages-sffpages": "x-office/document",
|
||||
"application/x-mobipocket-ebook": "text",
|
||||
"application/x-perl": "text/code",
|
||||
"application/x-photoshop": "image",
|
||||
|
|
|
|||
Loading…
Reference in a new issue