mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add iWork mimetypes
This commit is contained in:
parent
b12ed88794
commit
fc4a542dd0
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ return array(
|
|||
'ods'=>'application/vnd.oasis.opendocument.spreadsheet',
|
||||
'odg'=>'application/vnd.oasis.opendocument.graphics',
|
||||
'odp'=>'application/vnd.oasis.opendocument.presentation',
|
||||
'pages'=>'application/x-iwork-pages-sffpages',
|
||||
'numbers'=>'application/x-iwork-numbers-sffnumbers',
|
||||
'keynote'=>'application/x-iwork-keynote-sffkey',
|
||||
'kra'=>'application/x-krita',
|
||||
'mp3'=>'audio/mpeg',
|
||||
'doc'=>'application/msword',
|
||||
|
|
|
|||
Loading…
Reference in a new issue