feat(nextcloud): add support for JXL previews
Enable JXL (JPEG XL) format previews in Nextcloud configuration. This addition allows users to view and manage JPEG XL images directly within Nextcloud, enhancing the user experience with modern image formats.
This commit is contained in:
parent
91a3e0c400
commit
0101bf1140
|
@ -23,6 +23,7 @@
|
|||
"OC\\Preview\\GIF"
|
||||
"OC\\Preview\\HEIC"
|
||||
"OC\\Preview\\JPEG"
|
||||
"OC\\Preview\\JXL"
|
||||
"OC\\Preview\\Krita"
|
||||
"OC\\Preview\\MP3"
|
||||
"OC\\Preview\\MP4"
|
||||
|
|
Loading…
Reference in a new issue