← back to Designer Wallcoverings
fix(filter-topbar): split 199-char schema header into header+paragraph (Shopify 50-char header cap)
fca4c4049ef073ef9f794634cfba6570a571eee4 · 2026-06-25 16:21:11 -0700 · Steve
Files touched
M shopify/sections/dw-boost-filter-topbar.liquid
Diff
commit fca4c4049ef073ef9f794634cfba6570a571eee4
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Jun 25 16:21:11 2026 -0700
fix(filter-topbar): split 199-char schema header into header+paragraph (Shopify 50-char header cap)
---
shopify/sections/dw-boost-filter-topbar.liquid | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/shopify/sections/dw-boost-filter-topbar.liquid b/shopify/sections/dw-boost-filter-topbar.liquid
index 5240e534..1ca8ee50 100644
--- a/shopify/sections/dw-boost-filter-topbar.liquid
+++ b/shopify/sections/dw-boost-filter-topbar.liquid
@@ -443,6 +443,10 @@
"settings": [
{
"type": "header",
+ "content": "Filter Topbar"
+ },
+ {
+ "type": "paragraph",
"content": "Horizontal dropdown filter toolbar that drives Boost's pf_* params. Per-field show/hide is controlled by the shopper via the ⚙ menu (persisted in their browser); these defaults only seed first-visit."
},
{
← 85a7206d v5.6.0 DEPLOYED (PDP light tidy live); Anna French 146 price
·
back to Designer Wallcoverings
·
fix(stage script): add curl -g so bracketed ?asset[key]= GET 887f840a →