summaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-12-28 10:13:38 +0100
committerGitHub <noreply@github.com>2020-12-28 10:13:38 +0100
commitb981cb0718c764f3432fd22e89007de57616e3bd (patch)
tree9df3a0f5c4289169cac5bbb4fbc1893969a50cc9 /tests/data
parenta7862479c7d1617e7dde2d2cc0a81cae7fdffb63 (diff)
parentd9db6ae84e934028d2e2f692cfc6424deccb8e29 (diff)
downloadnextcloud-server-b981cb0718c764f3432fd22e89007de57616e3bd.tar.gz
nextcloud-server-b981cb0718c764f3432fd22e89007de57616e3bd.zip
Merge pull request #19942 from ACTom/add-mindmap-icon
Add mindmap type file icon
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js
index 82dbbd37ab1..66f5dbbe0f6 100644
--- a/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js
+++ b/tests/data/integritycheck/mimetypeListModified/core/js/mimetypelist.js
@@ -102,7 +102,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",
@@ -119,6 +122,7 @@ OC.MimeTypeList={
"image",
"link",
"location",
+ "mindmap",
"package-x-generic",
"text",
"text-calendar",