[object Object]

← back to Pastelwallpaper

site.config rails: align with actual catalog buckets

fd2ae5f6881f3ac42c02551249052ae0624cc27b · 2026-05-26 08:11:00 -0700 · Steve Abrams

Fleet rails sweep — config rails referenced blush/mint/sage/butter/sky/lavender (the
ASPIRATIONAL pastel palette) but products.json has no such buckets. Pre-existing
catalog buckets into beige(374) contemporary(141) traditional(31) cream(17) white(14)
textured(14). Replaced rails with these so /api/sliders returns non-empty data.

Files touched

Diff

commit fd2ae5f6881f3ac42c02551249052ae0624cc27b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 26 08:11:00 2026 -0700

    site.config rails: align with actual catalog buckets
    
    Fleet rails sweep — config rails referenced blush/mint/sage/butter/sky/lavender (the
    ASPIRATIONAL pastel palette) but products.json has no such buckets. Pre-existing
    catalog buckets into beige(374) contemporary(141) traditional(31) cream(17) white(14)
    textured(14). Replaced rails with these so /api/sliders returns non-empty data.
---
 site.config.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site.config.json b/site.config.json
index 40c1dea..9769e7e 100644
--- a/site.config.json
+++ b/site.config.json
@@ -10,11 +10,11 @@
     "accent": "#e8c0c8"
   },
   "rails": [
-    "blush",
-    "mint",
-    "sage",
-    "butter",
-    "sky",
-    "lavender"
+    "beige",
+    "contemporary",
+    "traditional",
+    "cream",
+    "white",
+    "textured"
   ]
 }

← d896cb4 /api/facets: total counts the filtered list, not the entire  ·  back to Pastelwallpaper  ·  homepage: add retrowalls-canonical rail-sections (id=rails + d918819 →