aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-11-16 19:48:06 +0100
committerGitHub <noreply@github.com>2023-11-16 19:48:06 +0100
commitc9dc377ebcdda91d2e471a3c26c72ed94fecb9aa (patch)
treed36483514f248638c9e61d8ccd5da034985810d9 /core
parent23605d60dd7f1f4fca8609885f00036281f49ec6 (diff)
parent475dd6035435e326b0ffab6e74f961757896b97d (diff)
downloadnextcloud-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.js3
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",