summaryrefslogtreecommitdiffstats
path: root/resources/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-09-10 12:42:29 +0200
committerGitHub <noreply@github.com>2020-09-10 12:42:29 +0200
commit9708b004f75b543ed95f29e3a2993b5ee532a61c (patch)
tree36e821144e1d0c0d46551e3f62a7657d52a77b63 /resources/config
parentbd5a297c93990a123c0187e3f1b866e3dc0bd431 (diff)
parentb0970f86f03cf5f13f2550ae2521f87cf2806072 (diff)
downloadnextcloud-server-9708b004f75b543ed95f29e3a2993b5ee532a61c.tar.gz
nextcloud-server-9708b004f75b543ed95f29e3a2993b5ee532a61c.zip
Merge pull request #22552 from nextcloud/bugfix/noid/opendocument-templates
Add opendocument templates to mimetype mappings
Diffstat (limited to 'resources/config')
-rw-r--r--resources/config/mimetypemapping.dist.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 97b2f74ff0e..eedf45e5f9b 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -123,6 +123,10 @@
"odp": ["application/vnd.oasis.opendocument.presentation"],
"ods": ["application/vnd.oasis.opendocument.spreadsheet"],
"odt": ["application/vnd.oasis.opendocument.text"],
+ "ott": ["application/vnd.oasis.opendocument.text-template"],
+ "ots": ["application/vnd.oasis.opendocument.spreadsheet-template"],
+ "otp": ["application/vnd.oasis.opendocument.presentation-template"],
+ "otg": ["application/vnd.oasis.opendocument.graphics-template"],
"oga": ["audio/ogg"],
"ogg": ["audio/ogg"],
"ogv": ["video/ogg"],