diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-09-03 08:53:23 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-09-03 08:53:41 +0200 |
commit | 3560aa80f018eb2caf55de572e88110d5a633ca8 (patch) | |
tree | b4da5ed72864ec3a736d28c8854b5e8a4a3f1a7f /resources/config | |
parent | 34aca4632574d153c716589a08497c0957b3679f (diff) | |
download | nextcloud-server-3560aa80f018eb2caf55de572e88110d5a633ca8.tar.gz nextcloud-server-3560aa80f018eb2caf55de572e88110d5a633ca8.zip |
Add opendocument templates to mimetype mappings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'resources/config')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 4 |
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"], |