diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-11-16 19:48:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 19:48:06 +0100 |
commit | c9dc377ebcdda91d2e471a3c26c72ed94fecb9aa (patch) | |
tree | d36483514f248638c9e61d8ccd5da034985810d9 /core | |
parent | 23605d60dd7f1f4fca8609885f00036281f49ec6 (diff) | |
parent | 475dd6035435e326b0ffab6e74f961757896b97d (diff) | |
download | nextcloud-server-c9dc377ebcdda91d2e471a3c26c72ed94fecb9aa.tar.gz nextcloud-server-c9dc377ebcdda91d2e471a3c26c72ed94fecb9aa.zip |
Merge pull request #41395 from nextcloud/hello-emf
feat: add preview provider for emf files based on office
Diffstat (limited to 'core')
-rw-r--r-- | core/js/mimetypelist.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index a2ca2c23d07..2e87ce756ba 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -113,7 +113,8 @@ OC.MimeTypeList={ "application/vnd.xmind.workbook": "mindmap", "image/targa": "image/tga", "application/vnd.openxmlformats-officedocument.wordprocessingml.document.oform": "x-office/form", - "application/vnd.openxmlformats-officedocument.wordprocessingml.document.docxf": "x-office/form-template" + "application/vnd.openxmlformats-officedocument.wordprocessingml.document.docxf": "x-office/form-template", + "image/x-emf": "image/emf" }, files: [ "application", |