diff options
author | Olivier Paroz <github@oparoz.com> | 2014-10-04 17:50:12 +0200 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2014-10-04 17:50:12 +0200 |
commit | b0000800e182301f87bfaa7c662ee7f875d02b6a (patch) | |
tree | aab3c5fbc53ecc89ecb06a8750509ca616985599 /config | |
parent | 0cd0a180cc79a9ed837d59106c6d9376d441c16a (diff) | |
download | nextcloud-server-b0000800e182301f87bfaa7c662ee7f875d02b6a.tar.gz nextcloud-server-b0000800e182301f87bfaa7c662ee7f875d02b6a.zip |
New generic class for Imagemagick conversions
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 88a52be0335..48f0af9c99d 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -303,7 +303,10 @@ $CONFIG = array( * - OC\Preview\SVG * - OC\Preview\Movies * - OC\Preview\PDF - * - OC\Preview\Tiff + * - OC\Preview\TIFF + * - OC\Preview\Illustrator + * - OC\Preview\Postscript + * - OC\Preview\Photoshop */ 'enabledPreviewProviders' => array( 'OC\Preview\Image', |