Merge pull request #13375 from owncloud/previews

Note in config.sample.php that certain previews are not available in ms ...
This commit is contained in:
Morris Jobke 2015-01-15 11:07:36 +01:00
commit 8666d1d855
1 changed files with 10 additions and 1 deletions

View File

@ -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',