Merge pull request #10801 from nextcloud/documentation/10526/add-sample-config-for-heic

Add sample config for HEIC image previews
This commit is contained in:
Morris Jobke 2018-08-24 06:59:44 +02:00 committed by GitHub
commit d1daf65b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -952,6 +952,7 @@ $CONFIG = array(
*
* - OC\Preview\BMP
* - OC\Preview\GIF
* - OC\Preview\HEIC
* - OC\Preview\JPEG
* - OC\Preview\MarkDown
* - OC\Preview\MP3
@ -963,6 +964,7 @@ $CONFIG = array(
'OC\Preview\PNG',
'OC\Preview\JPEG',
'OC\Preview\GIF',
'OC\Preview\HEIC',
'OC\Preview\BMP',
'OC\Preview\XBitmap',
'OC\Preview\MP3',