Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-09-03 09:53:23 +0300
committerJulius Härtl <jus@bitgrid.net>2020-09-03 09:53:41 +0300
commit3560aa80f018eb2caf55de572e88110d5a633ca8 (patch)
treeb4da5ed72864ec3a736d28c8854b5e8a4a3f1a7f /resources
parent34aca4632574d153c716589a08497c0957b3679f (diff)
Add opendocument templates to mimetype mappings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'resources')
-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 c59dfaefd30..dd0a4942db3 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"],