Skip to content

Commit 8d3d2f7

Browse files
committed
Add previews
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 40e0cae commit 8d3d2f7

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

config/previews.config.php

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?php
2+
$CONFIG = array(
3+
'enable_previews' => true,
4+
'enabledPreviewProviders' => array(
5+
'OC\\Preview\\AVI',
6+
'OC\\Preview\\BMP',
7+
'OC\\Preview\\Font',
8+
'OC\\Preview\\GIF',
9+
'OC\\Preview\\Illustrator',
10+
'OC\\Preview\\Image',
11+
'OC\\Preview\\JPEG',
12+
'OC\\Preview\\MarkDown',
13+
'OC\\Preview\\MKV',
14+
'OC\\Preview\\Movie',
15+
'OC\\Preview\\MP4',
16+
'OC\\Preview\\MSOffice',
17+
'OC\\Preview\\MSOffice2003',
18+
'OC\\Preview\\MSOffice2007',
19+
'OC\\Preview\\MSOfficeDoc',
20+
'OC\\Preview\\OpenDocument',
21+
'OC\\Preview\\PDF',
22+
'OC\\Preview\\Photoshop',
23+
'OC\\Preview\\PNG',
24+
'OC\\Preview\\SGI',
25+
'OC\\Preview\\SVG',
26+
'OC\\Preview\\TGA',
27+
'OC\\Preview\\TIFF',
28+
'OC\\Preview\\TXT',
29+
'OC\\Preview\\XBitmap',
30+
),
31+
);

0 commit comments

Comments
 (0)