From 3f36c3aadca48584bb30d612ab9d91dff9849400 Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 8 Jan 2026 13:24:48 -0500 Subject: [PATCH] fix: Add image/gif to custom feed logo upload accept attribute Update file input accept attributes for custom feed logo uploads to include image/gif, making it consistent with the file-upload widget which also allows GIF images. Updated in three places: - Template file input (plugin_config.html) - JavaScript addCustomFeedRow function (base.html) - Dynamic file input creation in handleCustomFeedLogoUpload (base.html) All custom feed logo upload inputs now accept: image/png, image/jpeg, image/bmp, image/gif --- web_interface/templates/v3/base.html | 4 ++-- web_interface/templates/v3/partials/plugin_config.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web_interface/templates/v3/base.html b/web_interface/templates/v3/base.html index 3b4a026c..510de6ee 100644 --- a/web_interface/templates/v3/base.html +++ b/web_interface/templates/v3/base.html @@ -4857,7 +4857,7 @@