Skip to content

Commit

Permalink
Merge pull request #10801 from nextcloud/documentation/10526/add-samp…
Browse files Browse the repository at this point in the history
…le-config-for-heic

Add sample config for HEIC image previews
  • Loading branch information
MorrisJobke authored Aug 24, 2018
2 parents 503fbc9 + b98e0d3 commit d1daf65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@
*
* - OC\Preview\BMP
* - OC\Preview\GIF
* - OC\Preview\HEIC
* - OC\Preview\JPEG
* - OC\Preview\MarkDown
* - OC\Preview\MP3
Expand All @@ -963,6 +964,7 @@
'OC\Preview\PNG',
'OC\Preview\JPEG',
'OC\Preview\GIF',
'OC\Preview\HEIC',
'OC\Preview\BMP',
'OC\Preview\XBitmap',
'OC\Preview\MP3',
Expand Down

0 comments on commit d1daf65

Please sign in to comment.