diff options
author | Luka Trovic <luka@nextcloud.com> | 2022-05-18 12:11:12 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-06-07 21:54:27 +0200 |
commit | 0858d3d51478bf9d16aac56106fd6ffeab022f69 (patch) | |
tree | a6beaeffb304f7c7094325bf5ec8104466a7a02c /resources | |
parent | dcf25d6c7716daa08eb6af07a720c0a0b7b6eda6 (diff) | |
download | nextcloud-server-0858d3d51478bf9d16aac56106fd6ffeab022f69.tar.gz nextcloud-server-0858d3d51478bf9d16aac56106fd6ffeab022f69.zip |
feat: add docxf and form mimetypes
signed-off-by: Luka Trovic <luka@nextcloud.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypealiases.dist.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 891b9a72ce5..1840dca5fb9 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -111,6 +111,8 @@ "application/km": "mindmap", "application/x-freemind": "mindmap", "application/vnd.xmind.workbook": "mindmap", - "image/targa": "image/tga" + "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" } |