diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-12-28 10:13:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 10:13:38 +0100 |
commit | b981cb0718c764f3432fd22e89007de57616e3bd (patch) | |
tree | 9df3a0f5c4289169cac5bbb4fbc1893969a50cc9 /tests/data | |
parent | a7862479c7d1617e7dde2d2cc0a81cae7fdffb63 (diff) | |
parent | d9db6ae84e934028d2e2f692cfc6424deccb8e29 (diff) | |
download | nextcloud-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.js | 6 |
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", |