[object Object]

← back to Embroideredwallpaper

rails: repoint at real aesthetic buckets so rails fire + editorial labels

f6733f2e208f6d1e6866f68d657d1b65f348daa7 · 2026-05-26 10:03:45 -0700 · Steve

Files touched

Diff

commit f6733f2e208f6d1e6866f68d657d1b65f348daa7
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue May 26 10:03:45 2026 -0700

    rails: repoint at real aesthetic buckets so rails fire + editorial labels
---
 public/index.html | 2 +-
 site.config.json  | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/public/index.html b/public/index.html
index 7b5e853..31a0f5d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -502,7 +502,7 @@ try {
   if (savedView === 'list' || savedView === 'grid') state.view = savedView;
   document.documentElement.dataset.view = state.view;
 } catch(e){}
-const LABELS = {};
+const LABELS = {"all":"All","contemporary":"Modern & Contemporary","glass":"Glass Bead & Shimmer","beige":"Warm Neutrals"};
 
 function escAttr(s) { return String(s == null ? '' : s).replace(/[&<>"']/g, c => ({ '&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;',"'":'&#39;' }[c])); }
 // Image-URL allowlist: only DW Shopify CDN + designerwallcoverings.com (defends against XSS via crafted products.json)
diff --git a/site.config.json b/site.config.json
index 4d4a05e..428eeda 100644
--- a/site.config.json
+++ b/site.config.json
@@ -10,11 +10,8 @@
     "accent": "#8c4a6a"
   },
   "rails": [
-    "silk-thread",
-    "crewel",
-    "beaded",
-    "metallic",
-    "floral",
-    "heirloom"
+    "contemporary",
+    "glass",
+    "beige"
   ]
 }

← 6a59c3e wire api-vendor-redact middleware (close vendors-facet leak)  ·  back to Embroideredwallpaper  ·  frontend: cleanSku() strips vendor names from displayed sku cb7d0e9 →