From 3749b4d13430a3db00c0e304ed561c6746fa5cc5 Mon Sep 17 00:00:00 2001 From: metatroncubeswdev Date: Fri, 4 Sep 2026 01:44:48 -0400 Subject: [PATCH] fix: decode HTML entities in storefront widget label attributes Liquid's `| escape` filter encodes apostrophes/ampersands before the label strings land in data-* attributes; depending on how the theme processes translations that could survive into `dataset` still entity-encoded and then render literally (e.g. "Couldn't load available dates") once assigned to textContent. readConfig now decodes entities once via a detached