diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-11-12 12:33:21 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-11-13 12:35:54 +0100 |
commit | aa48a5f94f2db398c639e95a89dc438203e89ca2 (patch) | |
tree | b09ffd2a06255022b93944279b19bcc37e9d8ebc /core/js | |
parent | 694c7e068944ced5f171da08ca8cf610ae322efe (diff) | |
download | nextcloud-server-aa48a5f94f2db398c639e95a89dc438203e89ca2.tar.gz nextcloud-server-aa48a5f94f2db398c639e95a89dc438203e89ca2.zip |
feat: add preview provider for emf files based on office
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'core/js')
-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", |