summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorLuka Trovic <luka@nextcloud.com>2022-06-03 16:07:37 +0200
committerJulius Härtl <jus@bitgrid.net>2022-06-07 21:54:27 +0200
commit4404ed649de30f759515b073b5e9bed520403698 (patch)
tree071a2b72fcacb6aedb4a9724b1d3868ae6d4ede1 /core/js
parent0858d3d51478bf9d16aac56106fd6ffeab022f69 (diff)
downloadnextcloud-server-4404ed649de30f759515b073b5e9bed520403698.tar.gz
nextcloud-server-4404ed649de30f759515b073b5e9bed520403698.zip
feat: add x-office-form-template and x-office-form icons
Signed-off-by: Luka Trovic <luka@nextcloud.com>
Diffstat (limited to 'core/js')
-rw-r--r--core/js/mimetypelist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js
index 11adeeec8fc..d861695c0ac 100644
--- a/core/js/mimetypelist.js
+++ b/core/js/mimetypelist.js
@@ -139,6 +139,8 @@ OC.MimeTypeList={
"video",
"x-office-document",
"x-office-drawing",
+ "x-office-form",
+ "x-office-form-template",
"x-office-presentation",
"x-office-spreadsheet"
],