mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
fix: Add docxf/oform to mimetypemapping
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
d019c9ad93
commit
cd6c192801
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
"doc": ["application/msword"],
|
||||
"docm": ["application/vnd.ms-word.document.macroEnabled.12"],
|
||||
"docx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"],
|
||||
"docxf": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document.docxf"],
|
||||
"dot": ["application/msword"],
|
||||
"dotx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.template"],
|
||||
"dv": ["video/dv"],
|
||||
|
|
@ -131,6 +132,7 @@
|
|||
"odp": ["application/vnd.oasis.opendocument.presentation"],
|
||||
"ods": ["application/vnd.oasis.opendocument.spreadsheet"],
|
||||
"odt": ["application/vnd.oasis.opendocument.text"],
|
||||
"oform": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document.oform"],
|
||||
"oga": ["audio/ogg"],
|
||||
"ogg": ["audio/ogg"],
|
||||
"ogv": ["video/ogg"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue