From 3560aa80f018eb2caf55de572e88110d5a633ca8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Thu, 3 Sep 2020 08:53:23 +0200 Subject: [PATCH] Add opendocument templates to mimetype mappings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- resources/config/mimetypemapping.dist.json | 4 ++++ 1 file changed, 4 insertions(+) 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"], -- 2.39.5