Skip to content
Snippets Groups Projects
Unverified Commit b98e0d3b authored by Morris Jobke's avatar Morris Jobke
Browse files

Add sample config for HEIC image previews


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent bb2336f3
No related branches found
No related tags found
No related merge requests found
...@@ -952,6 +952,7 @@ $CONFIG = array( ...@@ -952,6 +952,7 @@ $CONFIG = array(
* *
* - OC\Preview\BMP * - OC\Preview\BMP
* - OC\Preview\GIF * - OC\Preview\GIF
* - OC\Preview\HEIC
* - OC\Preview\JPEG * - OC\Preview\JPEG
* - OC\Preview\MarkDown * - OC\Preview\MarkDown
* - OC\Preview\MP3 * - OC\Preview\MP3
...@@ -963,6 +964,7 @@ $CONFIG = array( ...@@ -963,6 +964,7 @@ $CONFIG = array(
'OC\Preview\PNG', 'OC\Preview\PNG',
'OC\Preview\JPEG', 'OC\Preview\JPEG',
'OC\Preview\GIF', 'OC\Preview\GIF',
'OC\Preview\HEIC',
'OC\Preview\BMP', 'OC\Preview\BMP',
'OC\Preview\XBitmap', 'OC\Preview\XBitmap',
'OC\Preview\MP3', 'OC\Preview\MP3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment