Add opendocument templates to mimetype mappings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
34aca46325
commit
3560aa80f0
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue