From d93e54a973c53096099d8eb07eda775cef048a5b Mon Sep 17 00:00:00 2001 From: Christoph Leitgeb <98694299+leitge@users.noreply.github.com> Date: Fri, 3 May 2024 12:36:23 +0200 Subject: [PATCH] Enable the selection of WebP & AVIF in the format selection of image thumbnails (#442) * Update item.js * Update item.js * Update item.js --- public/js/pimcore/settings/thumbnail/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/pimcore/settings/thumbnail/item.js b/public/js/pimcore/settings/thumbnail/item.js index 34b2cd3352..c12524d84f 100644 --- a/public/js/pimcore/settings/thumbnail/item.js +++ b/public/js/pimcore/settings/thumbnail/item.js @@ -125,7 +125,7 @@ pimcore.settings.thumbnail.item = Class.create({ value: this.data.format, triggerAction: 'all', editable: false, - store: [["SOURCE", "Auto (Web-optimized - recommended)"], ["ORIGINAL", "ORIGINAL"], ["PNG", "PNG"], ["GIF", "GIF"], ["JPEG", "JPEG"], ["PJPEG", "JPEG (progressive)"], ["TIFF", "TIFF"], + store: [["SOURCE", "Auto (Web-optimized - recommended)"], ["ORIGINAL", "ORIGINAL"], ["PNG", "PNG"], ["GIF", "GIF"], ["JPEG", "JPEG"], ["PJPEG", "JPEG (progressive)"], ["WEBP", "WebP"], ["AVIF", "AVIF"], ["TIFF", "TIFF"], ["PRINT", "Print (PNG,JPG,SVG,TIFF)"]], width: 450 }, {