diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-24 21:16:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-24 21:21:39 +0200 |
commit | cb002c1f6b6caa27c90350a6f41afeb60c8f1b8f (patch) | |
tree | 046d822cfd6007638701d385ab31f28c9d47b3b4 /config | |
parent | 341cba1b1ea71aaf1ccf4bd5ada50d63760c929e (diff) | |
download | nextcloud-server-cb002c1f6b6caa27c90350a6f41afeb60c8f1b8f.tar.gz nextcloud-server-cb002c1f6b6caa27c90350a6f41afeb60c8f1b8f.zip |
Clarify possible preview providers for type Office
a
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 8d9bb975662..cd02cf096d0 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -294,7 +294,11 @@ $CONFIG = array( * - OC\Preview\MarkDown * * The following providers are disabled by default due to performance or privacy concerns: - * - OC\Preview\Office + * - OC\Preview\MSOfficeDoc + * - OC\Preview\MSOffice2003 + * - OC\Preview\MSOffice2007 + * - OC\Preview\OpenDocument + * - OC\Preview\StarOffice * - OC\Preview\SVG * - OC\Preview\Movies * - OC\Preview\PDF |