diff options
author | Daniel Szasz <danysz@gmail.com> | 2016-08-19 07:29:51 +0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-08-30 10:32:46 +0200 |
commit | 5b9eabf4bc8cdaab81c8c3d7af78391e487995c1 (patch) | |
tree | 4360a268a4226938664e1af059bb71d34a471cd2 /resources/config | |
parent | f4dfd1f1a31eda3b89d846a619698b688571a4e2 (diff) | |
download | nextcloud-server-5b9eabf4bc8cdaab81c8c3d7af78391e487995c1.tar.gz nextcloud-server-5b9eabf4bc8cdaab81c8c3d7af78391e487995c1.zip |
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.
Diffstat (limited to 'resources/config')
-rw-r--r-- | resources/config/mimetypealiases.dist.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 8b47867447f..56a9e65c83d 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -65,6 +65,9 @@ "application/x-font": "image", "application/x-gimp": "image", "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-perl": "text/code", "application/x-photoshop": "image", |