summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-04-15 13:39:35 +0200
committerGitHub <noreply@github.com>2020-04-15 13:39:35 +0200
commit51fc07be3d2ef9a4d5dbe847a071f4f34bf0eb88 (patch)
tree29b3f625c12419839baea57aa42c1d6394de23ac /core
parentc43174a7e67bba88f13d777d29801d9bccdc133e (diff)
parentefb3481d413e4d1116c392ab2425a67c25f769da (diff)
downloadnextcloud-server-51fc07be3d2ef9a4d5dbe847a071f4f34bf0eb88.tar.gz
nextcloud-server-51fc07be3d2ef9a4d5dbe847a071f4f34bf0eb88.zip
Merge pull request #20481 from ACTom/add-mindmap-mimetype
Add mindmap mimetype.
Diffstat (limited to 'core')
-rw-r--r--core/js/mimetypelist.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js
index 760d503f23e..bd9b2bd69f1 100644
--- a/core/js/mimetypelist.js
+++ b/core/js/mimetypelist.js
@@ -101,7 +101,10 @@ OC.MimeTypeList={
"text/x-python": "text/code",
"text/x-shellscript": "text/code",
"web": "text/code",
- "application/internet-shortcut": "link"
+ "application/internet-shortcut": "link",
+ "application/km": "mindmap",
+ "application/x-freemind": "mindmap",
+ "application/vnd.xmind.workbook": "mindmap"
},
files: [
"application",
@@ -118,6 +121,7 @@ OC.MimeTypeList={
"image",
"link",
"location",
+ "mindmap",
"package-x-generic",
"text",
"text-calendar",