diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-08-24 06:59:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 06:59:44 +0200 |
commit | d1daf65b78e5d3c192db0078995579c3ff4b6ab9 (patch) | |
tree | af44c3f85660d3ccffdd057270ef3e70f9b2f741 /config | |
parent | 503fbc953eecfc98b4a22550862a7ffde4052f2f (diff) | |
parent | b98e0d3bdab44e61828c2ad0b9137085f51ba3fc (diff) | |
download | nextcloud-server-d1daf65b78e5d3c192db0078995579c3ff4b6ab9.tar.gz nextcloud-server-d1daf65b78e5d3c192db0078995579c3ff4b6ab9.zip |
Merge pull request #10801 from nextcloud/documentation/10526/add-sample-config-for-heic
Add sample config for HEIC image previews
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 16824e67ed1..8677ef1bcf3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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', |