diff options
author | Carla Schroder <carla@owncloud.com> | 2015-01-14 09:38:43 -0800 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-01-15 11:07:14 +0100 |
commit | 2a5cbd7ecad6385908ecb55e277afca8cd402d14 (patch) | |
tree | 79b03e7583608c1f0dbbc66df46beb357f6a8227 /config | |
parent | 455ad005a01d3eeeb4d6d655f702d4c02ee811c8 (diff) | |
download | nextcloud-server-2a5cbd7ecad6385908ecb55e277afca8cd402d14.tar.gz nextcloud-server-2a5cbd7ecad6385908ecb55e277afca8cd402d14.zip |
Note in config.sample.php that certain previews are not available in ms windows
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d0d735ed537..98da8aed356 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -97,7 +97,7 @@ $CONFIG = array( * * Available: * - sqlite (SQLite3 - Community Edition Only) - * - mysql (MySQL) + * - mysql (MySQL/MariaDB) * - pgsql (PostgreSQL) * - oci (Oracle - Enterprise Edition Only) * - mssql (Microsoft SQL Server - Enterprise Edition Only) @@ -657,6 +657,15 @@ $CONFIG = array( * - OC\Preview\StarOffice * - OC\Preview\SVG * - OC\Preview\TIFF + * + * The following providers are not available in Microsoft Windows: + * + * - OC\Preview\Movie + * - OC\Preview\MSOfficeDoc + * - OC\Preview\MSOffice2003 + * - OC\Preview\MSOffice2007 + * - OC\Preview\OpenDocument + * - OC\Preview\StarOffice */ 'enabledPreviewProviders' => array( 'OC\Preview\Image', |