]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add opendocument templates to mimetype mappings
authorJulius Härtl <jus@bitgrid.net>
Thu, 3 Sep 2020 06:53:23 +0000 (08:53 +0200)
committerJulius Härtl <jus@bitgrid.net>
Thu, 3 Sep 2020 06:53:41 +0000 (08:53 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
resources/config/mimetypemapping.dist.json

index c59dfaefd30ddf119e463bce4012cd949a1ba460..dd0a4942db31eb888a9139455abb8668c430ca50 100644 (file)
        "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"],