diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-07-21 10:27:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 10:27:19 +0200 |
commit | b6a24f87a52830a00c0e2929f4fefceda74fb9aa (patch) | |
tree | dcb1ec20a180f88f9774bb91a37d086670569d04 /config | |
parent | c8778d83fb18ef89fc2c003a35e0df943193e845 (diff) | |
parent | f62ec2b47c233e8da495d61b656047ecd7645764 (diff) | |
download | nextcloud-server-b6a24f87a52830a00c0e2929f4fefceda74fb9aa.tar.gz nextcloud-server-b6a24f87a52830a00c0e2929f4fefceda74fb9aa.zip |
Merge pull request #28077 from nextcloud/heicPerformance
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 4895b6a7c82..e21d18e6eaa 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1058,6 +1058,7 @@ $CONFIG = [ * concerns: * * - OC\Preview\Illustrator + * - OC\Preview\HEIC * - OC\Preview\Movie * - OC\Preview\MSOffice2003 * - OC\Preview\MSOffice2007 @@ -1075,7 +1076,6 @@ $CONFIG = [ * * - OC\Preview\BMP * - OC\Preview\GIF - * - OC\Preview\HEIC * - OC\Preview\JPEG * - OC\Preview\MarkDown * - OC\Preview\MP3 @@ -1089,7 +1089,6 @@ $CONFIG = [ 'OC\Preview\PNG', 'OC\Preview\JPEG', 'OC\Preview\GIF', - 'OC\Preview\HEIC', 'OC\Preview\BMP', 'OC\Preview\XBitmap', 'OC\Preview\MP3', |