diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-08-30 10:28:29 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-08-30 10:33:43 +0200 |
commit | da1c51882bc7ba090f96fb57d6de8f19d55f4e24 (patch) | |
tree | a65f5ad20f1f4a4a05ee258d0f2251f467941cf4 /resources | |
parent | 5b9eabf4bc8cdaab81c8c3d7af78391e487995c1 (diff) | |
download | nextcloud-server-da1c51882bc7ba090f96fb57d6de8f19d55f4e24.tar.gz nextcloud-server-da1c51882bc7ba090f96fb57d6de8f19d55f4e24.zip |
update to proper icons and run occ command to update JS file
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypealiases.dist.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 56a9e65c83d..602f70393ae 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -65,9 +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-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", |