From: Julius Härtl Date: Thu, 3 Sep 2020 06:53:23 +0000 (+0200) Subject: Add opendocument templates to mimetype mappings X-Git-Tag: v20.0.0beta4~15^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3560aa80f018eb2caf55de572e88110d5a633ca8;p=nextcloud-server.git Add opendocument templates to mimetype mappings Signed-off-by: Julius Härtl --- 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"],