]> source.dussan.org Git - nextcloud-server.git/commitdiff
add reveal mimetype
authorRobin Appelman <icewind@owncloud.com>
Sat, 3 Aug 2013 19:59:32 +0000 (21:59 +0200)
committerRobin Appelman <icewind@owncloud.com>
Sat, 3 Aug 2013 19:59:44 +0000 (21:59 +0200)
lib/mimetypes.list.php

index 2aac3bbfd27b1b88e6faee225b9144e48497d0d2..8ab8ac81bd83025a911e60cfa647bc17210f892e 100644 (file)
@@ -102,5 +102,6 @@ return array(
        'md' => 'text/markdown',
        'markdown' => 'text/markdown',
        'mdown' => 'text/markdown',
-       'mdwn' => 'text/markdown'
+       'mdwn' => 'text/markdown',
+       'reveal' => 'text/reveal'
 );