Skip to content
Snippets Groups Projects
Commit 99467898 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9055 from owncloud/add_new_keynote_mimetype

add new keynote mimetype
parents 08c8ae69 cd77f92f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ return array(
'jpg' => array('image/jpeg', null),
'js' => array('application/javascript', 'text/plain'),
'json' => array('application/json', 'text/plain'),
'key' => array('application/x-iwork-keynote-sffkey', null),
'keynote' => array('application/x-iwork-keynote-sffkey', null),
'kra' => array('application/x-krita', null),
'm2t' => array('video/mp2t', null),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment