feat(nextcloud): add WEBP format to supported previews

This commit enhances the Nextcloud configuration by enabling previews for WEBP image files. It adds "OC\\Preview\\WEBP" to the list of supported preview formats.
This commit is contained in:
Harald Hoyer 2024-09-27 16:50:03 +02:00
parent 3d334bd98c
commit 92cdf3d349

View file

@ -40,6 +40,7 @@
"OC\\Preview\\PDF"
"OC\\Preview\\PNG"
"OC\\Preview\\TXT"
"OC\\Preview\\WEBP"
"OC\\Preview\\XBitmap"
];
};