← back to Dw Marketing Reels
TK-10427: codex-review hardening — drop tag:section (no nested <section> inside Shopify wrapper), add post-merge index.json integrity check (every order id resolves, JSON re-parses)
f637f7d296df8055b67721372f70f11179090fee · 2026-09-03 14:13:14 -0700 · Claude
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015XxMVSyKj1qHnXH2fLCT49
Files touched
M storefront/staged-tk10427/PUSH-collection-films.shA storefront/staged-tk10427/ROLLBACK-index-20260903-141302.jsonM storefront/staged-tk10427/dw-collection-films.SECTION.liquidA storefront/staged-tk10427/index.NEW-20260903-141302.json
Diff
commit f637f7d296df8055b67721372f70f11179090fee
Author: Claude <steve@designerwallcoverings.com>
Date: Thu Sep 3 14:13:14 2026 -0700
TK-10427: codex-review hardening — drop tag:section (no nested <section> inside Shopify wrapper), add post-merge index.json integrity check (every order id resolves, JSON re-parses)
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015XxMVSyKj1qHnXH2fLCT49
---
storefront/staged-tk10427/PUSH-collection-films.sh | 6 +
.../ROLLBACK-index-20260903-141302.json | 1 +
.../dw-collection-films.SECTION.liquid | 1 -
.../staged-tk10427/index.NEW-20260903-141302.json | 492 +++++++++++++++++++++
4 files changed, 499 insertions(+), 1 deletion(-)
diff --git a/storefront/staged-tk10427/PUSH-collection-films.sh b/storefront/staged-tk10427/PUSH-collection-films.sh
index 448b7e3..6dea05d 100755
--- a/storefront/staged-tk10427/PUSH-collection-films.sh
+++ b/storefront/staged-tk10427/PUSH-collection-films.sh
@@ -52,7 +52,13 @@ const i=t.order.indexOf(after);
if(i<0){console.error(" ✗ anchor section not found: "+after);process.exit(1);}
t.sections[sid]={type:"dw-collection-films",settings:{}};
t.order.splice(i+1,0,sid);
+const missing=t.order.filter(k=>!t.sections[k]);
+if(missing.length){console.error(" \u2717 order references missing section ids: "+missing.join(",")+" \u2014 ABORT");process.exit(1);}
+const orphan=Object.keys(t.sections).filter(k=>!t.order.includes(k));
+if(orphan.length)console.log(" note: sections not in order (pre-existing): "+orphan.join(","));
fs.writeFileSync(process.env.OUT, JSON.stringify(t,null,2));
+JSON.parse(fs.readFileSync(process.env.OUT,"utf8"));
+console.log(" integrity: every order id resolves; JSON re-parses clean");
console.log(" inserted at order position "+(i+1)+" of "+t.order.length);
console.log(" new order: "+t.order.map((k,n)=>(k===sid?"➤ ":"")+n+":"+k).join(" "));
'
diff --git a/storefront/staged-tk10427/ROLLBACK-index-20260903-141302.json b/storefront/staged-tk10427/ROLLBACK-index-20260903-141302.json
new file mode 100644
index 0000000..1e3b6b0
--- /dev/null
+++ b/storefront/staged-tk10427/ROLLBACK-index-20260903-141302.json
@@ -0,0 +1 @@
+{"asset":{"key":"templates\/index.json","public_url":null,"value":"{\n \"sections\": {\n \"home_slideshow_EXmkyD\": {\n \"type\": \"home-slideshow\",\n \"blocks\": {\n \"slide_8gwUz8\": {\n \"type\": \"slide\",\n \"settings\": {\n \"image\": \"shopify:\\\/\\\/shop_images\\\/HomeHero.jpg\",\n \"content-alignment\": \"center\",\n \"overlay-color\": \"#ffffff\",\n \"title\": \"Phyllis Morris\",\n \"subheading\": \"Designer Selections\",\n \"cta\": \"\",\n \"url\": \"shopify:\\\/\\\/collections\\\/phyllis-morris-classic-wallcovering\",\n \"cta2\": \"Sign Up Now\",\n \"url2\": \"\\\/account\\\/register\"\n }\n }\n },\n \"block_order\": [\n \"slide_8gwUz8\"\n ],\n \"name\": \"Slideshow\",\n \"settings\": {\n \"layout\": \"content-width\",\n \"controls-color\": \"#000000\",\n \"autoplay\": false,\n \"autoplay_delay\": 3,\n \"autoplay-hover-pause\": false\n }\n },\n \"home_masonry\": {\n \"type\": \"home-masonry\",\n \"blocks\": {\n \"block_1\": {\n \"type\": \"image_feature\",\n \"settings\": {\n \"title\": \"Shop Body\",\n \"subheading\": \"\",\n \"url\": \"\",\n \"color\": \"white\",\n \"mobile\": true,\n \"show_overlay\": false,\n \"overlay_color\": \"#000000\",\n \"opacity\": 1\n }\n },\n \"block_2\": {\n \"type\": \"image_feature\",\n \"settings\": {\n \"title\": \"Shop Serums\",\n \"subheading\": \"\",\n \"url\": \"\",\n \"color\": \"white\",\n \"mobile\": true,\n \"show_overlay\": false,\n \"overlay_color\": \"#000000\",\n \"opacity\": 50\n }\n },\n \"block_3\": {\n \"type\": \"image_feature\",\n \"settings\": {\n \"title\": \"Shop Toner \u0026 Masks\",\n \"subheading\": \"\",\n \"url\": \"\",\n \"color\": \"white\",\n \"mobile\": true,\n \"show_overlay\": false,\n \"overlay_color\": \"#000000\",\n \"opacity\": 15\n }\n },\n \"block_4\": {\n \"type\": \"image_feature\",\n \"settings\": {\n \"title\": \"Shop Dryness\",\n \"subheading\": \"\",\n \"url\": \"\",\n \"color\": \"white\",\n \"mobile\": true,\n \"show_overlay\": false,\n \"overlay_color\": \"#000000\",\n \"opacity\": 100\n }\n },\n \"block_5\": {\n \"type\": \"image_feature\",\n \"settings\": {\n \"title\": \"Shop Face\",\n \"subheading\": \"\",\n \"url\": \"\",\n \"color\": \"white\",\n \"mobile\": true,\n \"show_overlay\": false,\n \"overlay_color\": \"#000000\",\n \"opacity\": 50\n }\n }\n },\n \"block_order\": [\n \"block_1\",\n \"block_2\",\n \"block_3\",\n \"block_4\",\n \"block_5\"\n ],\n \"disabled\": true,\n \"settings\": {\n \"layout\": \"full-width\",\n \"gutters\": true,\n \"hover\": true,\n \"hover-animation\": true\n }\n },\n \"home_blog\": {\n \"type\": \"home-blog\",\n \"disabled\": true,\n \"settings\": {\n \"title\": \"Latest from Our Blog\",\n \"blog\": \"designer-wallcoverings-news\",\n \"number_of_columns\": 3,\n \"number_of_rows\": 1\n }\n },\n \"home_products-2\": {\n \"type\": \"home-products\",\n \"disabled\": true,\n \"settings\": {\n \"title\": \"Hollywood Hospitality Wallcoverings\",\n \"collection\": \"hollywood-wallpaper-commercial-wallpaper\",\n \"product-columns\": 4,\n \"product-rows\": 1\n }\n },\n \"home_products_98xHPG\": {\n \"type\": \"home-products\",\n \"disabled\": true,\n \"name\": \"Featured collection\",\n \"settings\": {\n \"title\": \"Yeeha Cowboy Wallpaper\",\n \"collection\": \"the-original-yeeha-cowboy-wallpaper\",\n \"product-columns\": 3,\n \"product-rows\": 1\n }\n },\n \"home_product\": {\n \"type\": \"home-product\",\n \"blocks\": {\n \"204ade9d-9c3b-4554-87aa-d454b0538034\": {\n \"type\": \"vendor\",\n \"settings\": {}\n },\n \"title\": {\n \"type\": \"title\",\n \"settings\": {}\n },\n \"price\": {\n \"type\": \"price\",\n \"settings\": {}\n },\n \"form\": {\n \"type\": \"form\",\n \"settings\": {}\n },\n \"description\": {\n \"type\": \"description\",\n \"settings\": {}\n }\n },\n \"block_order\": [\n \"204ade9d-9c3b-4554-87aa-d454b0538034\",\n \"title\",\n \"price\",\n \"form\",\n \"description\"\n ],\n \"disabled\": true,\n \"settings\": {\n \"product_handle\": \"\",\n \"enable_cart_redirection\": false,\n \"show_payment_button\": true,\n \"images_layout\": \"slideshow\",\n \"enable_zoom\": true,\n \"enable_video_autoplay\": false,\n \"enable_video_looping\": false\n }\n },\n \"home_testimonials\": {\n \"type\": \"home-testimonials\",\n \"blocks\": {\n \"testimonial-block-1\": {\n \"type\": \"testimonial\",\n \"settings\": {\n \"quote\": \"Showcase up to eight testimonials to build trust with potential customers.\",\n \"title\": \"Name\",\n \"role\": \"Role\"\n }\n },\n \"testimonial-block-2\": {\n \"type\": \"testimonial\",\n \"settings\": {\n \"quote\": \"Showcase up to eight testimonials to build trust with potential customers.\",\n \"title\": \"Name\",\n \"role\": \"Role\"\n }\n }\n },\n \"block_order\": [\n \"testimonial-block-1\",\n \"testimonial-block-2\"\n ],\n \"disabled\": true,\n \"settings\": {\n \"title\": \"\",\n \"per_row\": 2,\n \"style\": \"filled\"\n }\n },\n \"home_map\": {\n \"type\": \"pxs-map\",\n \"disabled\": true,\n \"settings\": {\n \"section_height\": \"small\",\n \"title\": \"Local Curbside Pickup\",\n \"content\": \"\u003cp\u003eAfter placing your order, we will contact you with a time and date to pick up your order anywhere from Monday-Friday!\u003c\\\/p\u003e\u003cp\u003e\u003cspan style=\\\"text-decoration:underline\\\"\u003e\u003cstrong\u003eContact us with any questions\u003c\\\/strong\u003e\u003c\\\/span\u003e\u003c\\\/p\u003e\",\n \"text_alignment\": \"center\",\n \"layout\": \"overlay-center-center\",\n \"layout_mobile\": \"below\",\n \"address\": \"1221 Broad St, Victoria, BC\",\n \"api_key\": \"\",\n \"enable_custom_colors\": false,\n \"foreground_color\": \"#292929\",\n \"background_color\": \"#ffffff\",\n \"zoom\": 1,\n \"overlay_color\": \"#000000\",\n \"opacity\": 10\n }\n },\n \"home_slideshow_Vz6PJq\": {\n \"type\": \"home-slideshow\",\n \"blocks\": {\n \"slide_pDkNtC\": {\n \"type\": \"slide\",\n \"settings\": {\n \"image\": \"shopify:\\\/\\\/shop_images\\\/1386_Shot_14_763_rt_1440x640_1440x640_c5f2ddc0-f346-4be6-9f6c-35593680a9d0.webp\",\n \"content-alignment\": \"center\",\n \"overlay-color\": \"#ffffff\",\n \"title\": \"Trade-Only Benefits\",\n \"subheading\": \"Benefits for professionals and help from specialists\",\n \"cta\": \"Apply Now\",\n \"url\": \"https:\\\/\\\/www.designerwallcoverings.com\\\/pages\\\/trade-only-benefits\"\n }\n }\n },\n \"block_order\": [\n \"slide_pDkNtC\"\n ],\n \"name\": \"Slideshow\",\n \"settings\": {\n \"layout\": \"content-width\",\n \"controls-color\": \"#000000\",\n \"autoplay\": false,\n \"autoplay_delay\": 3,\n \"autoplay-hover-pause\": false\n }\n },\n \"home_slideshow_CHqc8a\": {\n \"type\": \"home-slideshow\",\n \"blocks\": {\n \"slide_zex9hw\": {\n \"type\": \"slide\",\n \"settings\": {\n \"image\": \"shopify:\\\/\\\/shop_images\\\/digital_725x414_1440x640_1833146d-744e-447f-8d4c-693abe45e203.jpg\",\n \"content-alignment\": \"center\",\n \"overlay-color\": \"#262626\",\n \"title\": \"Custom Walls and Fabrics\",\n \"subheading\": \"Bring your vision to life with help from our design team\",\n \"cta\": \"Learn More\",\n \"url\": \"https:\\\/\\\/www.designerwallcoverings.com\\\/pages\\\/custom\"\n }\n }\n },\n \"block_order\": [\n \"slide_zex9hw\"\n ],\n \"disabled\": true,\n \"name\": \"Slideshow\",\n \"settings\": {\n \"layout\": \"content-width\",\n \"controls-color\": \"#000000\",\n \"autoplay\": false,\n \"autoplay_delay\": 3,\n \"autoplay-hover-pause\": false\n }\n },\n \"home_image_with_text_overlay\": {\n \"type\": \"pxs-image-with-text-overlay\",\n \"settings\": {\n \"section_height\": \"medium\",\n \"image\": \"shopify:\\\/\\\/shop_images\\\/Screenshot_2020-01-03_06.03.03_41380f97-3448-489e-82f4-abbb850ef39f.png\",\n \"title\": \"\",\n \"text\": \"\",\n \"content_position\": \"center-center\",\n \"color\": \"#ffffff\",\n \"overlay_background\": \"#ffffff\",\n \"overlay_opacity\": 50,\n \"link\": \"\",\n \"button_text\": \"\"\n }\n },\n \"new_arrivals_banner\": {\n \"type\": \"new-arrivals-banner\",\n \"settings\": {}\n },\n \"natural_wallcoverings\": {\n \"type\": \"natural-wallcoverings\",\n \"blocks\": {\n \"g\": {\n \"type\": \"category\",\n \"settings\": {\n \"label\": \"Grasscloth\",\n \"link\": \"\\\/collections\\\/grasscloth\"\n }\n },\n \"p\": {\n \"type\": \"category\",\n \"settings\": {\n \"label\": \"Paperweave\",\n \"link\": \"\\\/search?q=paperweave\"\n }\n },\n \"s\": {\n \"type\": \"category\",\n \"settings\": {\n \"label\": \"Sisal\",\n \"link\": \"\\\/collections\\\/sisal\"\n }\n },\n \"m\": {\n \"type\": \"category\",\n \"settings\": {\n \"label\": \"Mica\",\n \"link\": \"\\\/collections\\\/mica\"\n }\n }\n },\n \"block_order\": [\n \"g\",\n \"p\",\n \"s\",\n \"m\"\n ],\n \"settings\": {}\n },\n \"cb_brands\": {\n \"type\": \"category-banner\",\n \"settings\": {\n \"image_url\": \"https:\\\/\\\/cdn.shopify.com\\\/s\\\/files\\\/1\\\/0015\\\/4117\\\/7456\\\/files\\\/f8cbc26a36d5ca41dd242a4bba0a246c.jpg\",\n \"focal\": \"center\",\n \"height\": 460,\n \"eyebrow\": \"The Houses\",\n \"heading\": \"Brands\",\n \"subheading\": \"The world's most coveted wallcovering houses, in one place.\",\n \"cta_label\": \"EXPLORE BRANDS\",\n \"cta_link\": \"\\\/pages\\\/brands\",\n \"text_color\": \"#ffffff\",\n \"accent\": \"#e4c88a\",\n \"veil\": \"linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))\",\n \"cta_bg\": \"#ffffff\",\n \"cta_text\": \"#26241f\"\n }\n },\n \"cb_collections\": {\n \"type\": \"category-banner\",\n \"settings\": {\n \"image_url\": \"https:\\\/\\\/cdn.shopify.com\\\/s\\\/files\\\/1\\\/0015\\\/4117\\\/7456\\\/products\\\/768728c53535e9159f8a0d9b0115ec64.jpg\",\n \"focal\": \"center\",\n \"height\": 460,\n \"eyebrow\": \"Curated\",\n \"heading\": \"Collections\",\n \"subheading\": \"Signature collections, hand-picked by our designers.\",\n \"cta_label\": \"BROWSE COLLECTIONS\",\n \"cta_link\": \"\\\/pages\\\/collections\",\n \"text_color\": \"#ffffff\",\n \"accent\": \"#e4c88a\",\n \"veil\": \"linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))\",\n \"cta_bg\": \"#ffffff\",\n \"cta_text\": \"#26241f\"\n }\n },\n \"cb_styles\": {\n \"type\": \"category-banner\",\n \"settings\": {\n \"image_url\": \"https:\\\/\\\/cdn.shopify.com\\\/s\\\/files\\\/1\\\/0015\\\/4117\\\/7456\\\/products\\\/ScreenShot2022-06-15at2.26.33PM.png\",\n \"focal\": \"center\",\n \"height\": 460,\n \"eyebrow\": \"Find Your Look\",\n \"heading\": \"Styles\",\n \"subheading\": \"From traditional damask to bold modern geometrics.\",\n \"cta_label\": \"SHOP BY STYLE\",\n \"cta_link\": \"\\\/pages\\\/designer-wallpaper-styles\",\n \"text_color\": \"#ffffff\",\n \"accent\": \"#e4c88a\",\n \"veil\": \"linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))\",\n \"cta_bg\": \"#ffffff\",\n \"cta_text\": \"#26241f\"\n }\n },\n \"cb_commercial\": {\n \"type\": \"category-banner\",\n \"settings\": {\n \"image_url\": \"https:\\\/\\\/cdn.shopify.com\\\/s\\\/files\\\/1\\\/0015\\\/4117\\\/7456\\\/files\\\/c2acf0647337dfa933dadf4f1aea2f3c.jpg\",\n \"focal\": \"center\",\n \"height\": 460,\n \"eyebrow\": \"Contract Grade\",\n \"heading\": \"Commercial\",\n \"subheading\": \"Type II vinyl, acoustic \u0026 durable surfaces for every project.\",\n \"cta_label\": \"SHOP COMMERCIAL\",\n \"cta_link\": \"\\\/pages\\\/commercial-wallcoverings\",\n \"text_color\": \"#ffffff\",\n \"accent\": \"#e4c88a\",\n \"veil\": \"linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))\",\n \"cta_bg\": \"#ffffff\",\n \"cta_text\": \"#26241f\"\n }\n },\n \"cb_color\": {\n \"type\": \"category-banner\",\n \"settings\": {\n \"image_url\": \"https:\\\/\\\/cdn.shopify.com\\\/s\\\/files\\\/1\\\/0015\\\/4117\\\/7456\\\/files\\\/AT23109.jpg\",\n \"focal\": \"center\",\n \"height\": 460,\n \"eyebrow\": \"Shop By Hue\",\n \"heading\": \"Color\",\n \"subheading\": \"Every shade, from oatmeal to emerald.\",\n \"cta_label\": \"SHOP BY COLOR\",\n \"cta_link\": \"\\\/pages\\\/shop-by-color\",\n \"text_color\": \"#ffffff\",\n \"accent\": \"#e4c88a\",\n \"veil\": \"linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))\",\n \"cta_bg\": \"#ffffff\",\n \"cta_text\": \"#26241f\"\n }\n },\n \"cb_material\": {\n \"type\": \"category-banner\",\n \"settings\": {\n \"image_url\": \"https:\\\/\\\/cdn.shopify.com\\\/s\\\/files\\\/1\\\/0015\\\/4117\\\/7456\\\/files\\\/ZW146-01-magentite-wallcovering-goldsand_01.jpg\",\n \"focal\": \"center\",\n \"height\": 460,\n \"eyebrow\": \"Shop By Texture\",\n \"heading\": \"Material\",\n \"subheading\": \"Grasscloth, silk, cork, glass bead \u0026 more.\",\n \"cta_label\": \"SHOP BY MATERIAL\",\n \"cta_link\": \"\\\/pages\\\/shop-by-material\",\n \"text_color\": \"#ffffff\",\n \"accent\": \"#e4c88a\",\n \"veil\": \"linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))\",\n \"cta_bg\": \"#ffffff\",\n \"cta_text\": \"#26241f\"\n }\n }\n },\n \"order\": [\n \"home_slideshow_EXmkyD\",\n \"home_masonry\",\n \"new_arrivals_banner\",\n \"cb_brands\",\n \"cb_collections\",\n \"cb_styles\",\n \"cb_commercial\",\n \"cb_color\",\n \"cb_material\",\n \"natural_wallcoverings\",\n \"home_blog\",\n \"home_products-2\",\n \"home_products_98xHPG\",\n \"home_product\",\n \"home_testimonials\",\n \"home_map\",\n \"home_slideshow_Vz6PJq\",\n \"home_slideshow_CHqc8a\",\n \"home_image_with_text_overlay\"\n ]\n}\n","created_at":"2026-08-20T09:48:59-07:00","updated_at":"2026-08-20T09:48:59-07:00","content_type":"application\/json","size":14749,"checksum":"46c08398053a5fac0c91d9e6f111f249","theme_id":145121607731}}
\ No newline at end of file
diff --git a/storefront/staged-tk10427/dw-collection-films.SECTION.liquid b/storefront/staged-tk10427/dw-collection-films.SECTION.liquid
index 3117afb..d346e92 100644
--- a/storefront/staged-tk10427/dw-collection-films.SECTION.liquid
+++ b/storefront/staged-tk10427/dw-collection-films.SECTION.liquid
@@ -97,7 +97,6 @@
{% schema %}
{
"name": "Collection Films",
- "tag": "section",
"class": "dwcf-section",
"settings": [],
"presets": [{ "name": "Collection Films" }]
diff --git a/storefront/staged-tk10427/index.NEW-20260903-141302.json b/storefront/staged-tk10427/index.NEW-20260903-141302.json
new file mode 100644
index 0000000..f6c9dc6
--- /dev/null
+++ b/storefront/staged-tk10427/index.NEW-20260903-141302.json
@@ -0,0 +1,492 @@
+{
+ "sections": {
+ "home_slideshow_EXmkyD": {
+ "type": "home-slideshow",
+ "blocks": {
+ "slide_8gwUz8": {
+ "type": "slide",
+ "settings": {
+ "image": "shopify://shop_images/HomeHero.jpg",
+ "content-alignment": "center",
+ "overlay-color": "#ffffff",
+ "title": "Phyllis Morris",
+ "subheading": "Designer Selections",
+ "cta": "",
+ "url": "shopify://collections/phyllis-morris-classic-wallcovering",
+ "cta2": "Sign Up Now",
+ "url2": "/account/register"
+ }
+ }
+ },
+ "block_order": [
+ "slide_8gwUz8"
+ ],
+ "name": "Slideshow",
+ "settings": {
+ "layout": "content-width",
+ "controls-color": "#000000",
+ "autoplay": false,
+ "autoplay_delay": 3,
+ "autoplay-hover-pause": false
+ }
+ },
+ "home_masonry": {
+ "type": "home-masonry",
+ "blocks": {
+ "block_1": {
+ "type": "image_feature",
+ "settings": {
+ "title": "Shop Body",
+ "subheading": "",
+ "url": "",
+ "color": "white",
+ "mobile": true,
+ "show_overlay": false,
+ "overlay_color": "#000000",
+ "opacity": 1
+ }
+ },
+ "block_2": {
+ "type": "image_feature",
+ "settings": {
+ "title": "Shop Serums",
+ "subheading": "",
+ "url": "",
+ "color": "white",
+ "mobile": true,
+ "show_overlay": false,
+ "overlay_color": "#000000",
+ "opacity": 50
+ }
+ },
+ "block_3": {
+ "type": "image_feature",
+ "settings": {
+ "title": "Shop Toner & Masks",
+ "subheading": "",
+ "url": "",
+ "color": "white",
+ "mobile": true,
+ "show_overlay": false,
+ "overlay_color": "#000000",
+ "opacity": 15
+ }
+ },
+ "block_4": {
+ "type": "image_feature",
+ "settings": {
+ "title": "Shop Dryness",
+ "subheading": "",
+ "url": "",
+ "color": "white",
+ "mobile": true,
+ "show_overlay": false,
+ "overlay_color": "#000000",
+ "opacity": 100
+ }
+ },
+ "block_5": {
+ "type": "image_feature",
+ "settings": {
+ "title": "Shop Face",
+ "subheading": "",
+ "url": "",
+ "color": "white",
+ "mobile": true,
+ "show_overlay": false,
+ "overlay_color": "#000000",
+ "opacity": 50
+ }
+ }
+ },
+ "block_order": [
+ "block_1",
+ "block_2",
+ "block_3",
+ "block_4",
+ "block_5"
+ ],
+ "disabled": true,
+ "settings": {
+ "layout": "full-width",
+ "gutters": true,
+ "hover": true,
+ "hover-animation": true
+ }
+ },
+ "home_blog": {
+ "type": "home-blog",
+ "disabled": true,
+ "settings": {
+ "title": "Latest from Our Blog",
+ "blog": "designer-wallcoverings-news",
+ "number_of_columns": 3,
+ "number_of_rows": 1
+ }
+ },
+ "home_products-2": {
+ "type": "home-products",
+ "disabled": true,
+ "settings": {
+ "title": "Hollywood Hospitality Wallcoverings",
+ "collection": "hollywood-wallpaper-commercial-wallpaper",
+ "product-columns": 4,
+ "product-rows": 1
+ }
+ },
+ "home_products_98xHPG": {
+ "type": "home-products",
+ "disabled": true,
+ "name": "Featured collection",
+ "settings": {
+ "title": "Yeeha Cowboy Wallpaper",
+ "collection": "the-original-yeeha-cowboy-wallpaper",
+ "product-columns": 3,
+ "product-rows": 1
+ }
+ },
+ "home_product": {
+ "type": "home-product",
+ "blocks": {
+ "204ade9d-9c3b-4554-87aa-d454b0538034": {
+ "type": "vendor",
+ "settings": {}
+ },
+ "title": {
+ "type": "title",
+ "settings": {}
+ },
+ "price": {
+ "type": "price",
+ "settings": {}
+ },
+ "form": {
+ "type": "form",
+ "settings": {}
+ },
+ "description": {
+ "type": "description",
+ "settings": {}
+ }
+ },
+ "block_order": [
+ "204ade9d-9c3b-4554-87aa-d454b0538034",
+ "title",
+ "price",
+ "form",
+ "description"
+ ],
+ "disabled": true,
+ "settings": {
+ "product_handle": "",
+ "enable_cart_redirection": false,
+ "show_payment_button": true,
+ "images_layout": "slideshow",
+ "enable_zoom": true,
+ "enable_video_autoplay": false,
+ "enable_video_looping": false
+ }
+ },
+ "home_testimonials": {
+ "type": "home-testimonials",
+ "blocks": {
+ "testimonial-block-1": {
+ "type": "testimonial",
+ "settings": {
+ "quote": "Showcase up to eight testimonials to build trust with potential customers.",
+ "title": "Name",
+ "role": "Role"
+ }
+ },
+ "testimonial-block-2": {
+ "type": "testimonial",
+ "settings": {
+ "quote": "Showcase up to eight testimonials to build trust with potential customers.",
+ "title": "Name",
+ "role": "Role"
+ }
+ }
+ },
+ "block_order": [
+ "testimonial-block-1",
+ "testimonial-block-2"
+ ],
+ "disabled": true,
+ "settings": {
+ "title": "",
+ "per_row": 2,
+ "style": "filled"
+ }
+ },
+ "home_map": {
+ "type": "pxs-map",
+ "disabled": true,
+ "settings": {
+ "section_height": "small",
+ "title": "Local Curbside Pickup",
+ "content": "<p>After placing your order, we will contact you with a time and date to pick up your order anywhere from Monday-Friday!</p><p><span style=\"text-decoration:underline\"><strong>Contact us with any questions</strong></span></p>",
+ "text_alignment": "center",
+ "layout": "overlay-center-center",
+ "layout_mobile": "below",
+ "address": "1221 Broad St, Victoria, BC",
+ "api_key": "",
+ "enable_custom_colors": false,
+ "foreground_color": "#292929",
+ "background_color": "#ffffff",
+ "zoom": 1,
+ "overlay_color": "#000000",
+ "opacity": 10
+ }
+ },
+ "home_slideshow_Vz6PJq": {
+ "type": "home-slideshow",
+ "blocks": {
+ "slide_pDkNtC": {
+ "type": "slide",
+ "settings": {
+ "image": "shopify://shop_images/1386_Shot_14_763_rt_1440x640_1440x640_c5f2ddc0-f346-4be6-9f6c-35593680a9d0.webp",
+ "content-alignment": "center",
+ "overlay-color": "#ffffff",
+ "title": "Trade-Only Benefits",
+ "subheading": "Benefits for professionals and help from specialists",
+ "cta": "Apply Now",
+ "url": "https://www.designerwallcoverings.com/pages/trade-only-benefits"
+ }
+ }
+ },
+ "block_order": [
+ "slide_pDkNtC"
+ ],
+ "name": "Slideshow",
+ "settings": {
+ "layout": "content-width",
+ "controls-color": "#000000",
+ "autoplay": false,
+ "autoplay_delay": 3,
+ "autoplay-hover-pause": false
+ }
+ },
+ "home_slideshow_CHqc8a": {
+ "type": "home-slideshow",
+ "blocks": {
+ "slide_zex9hw": {
+ "type": "slide",
+ "settings": {
+ "image": "shopify://shop_images/digital_725x414_1440x640_1833146d-744e-447f-8d4c-693abe45e203.jpg",
+ "content-alignment": "center",
+ "overlay-color": "#262626",
+ "title": "Custom Walls and Fabrics",
+ "subheading": "Bring your vision to life with help from our design team",
+ "cta": "Learn More",
+ "url": "https://www.designerwallcoverings.com/pages/custom"
+ }
+ }
+ },
+ "block_order": [
+ "slide_zex9hw"
+ ],
+ "disabled": true,
+ "name": "Slideshow",
+ "settings": {
+ "layout": "content-width",
+ "controls-color": "#000000",
+ "autoplay": false,
+ "autoplay_delay": 3,
+ "autoplay-hover-pause": false
+ }
+ },
+ "home_image_with_text_overlay": {
+ "type": "pxs-image-with-text-overlay",
+ "settings": {
+ "section_height": "medium",
+ "image": "shopify://shop_images/Screenshot_2020-01-03_06.03.03_41380f97-3448-489e-82f4-abbb850ef39f.png",
+ "title": "",
+ "text": "",
+ "content_position": "center-center",
+ "color": "#ffffff",
+ "overlay_background": "#ffffff",
+ "overlay_opacity": 50,
+ "link": "",
+ "button_text": ""
+ }
+ },
+ "new_arrivals_banner": {
+ "type": "new-arrivals-banner",
+ "settings": {}
+ },
+ "natural_wallcoverings": {
+ "type": "natural-wallcoverings",
+ "blocks": {
+ "g": {
+ "type": "category",
+ "settings": {
+ "label": "Grasscloth",
+ "link": "/collections/grasscloth"
+ }
+ },
+ "p": {
+ "type": "category",
+ "settings": {
+ "label": "Paperweave",
+ "link": "/search?q=paperweave"
+ }
+ },
+ "s": {
+ "type": "category",
+ "settings": {
+ "label": "Sisal",
+ "link": "/collections/sisal"
+ }
+ },
+ "m": {
+ "type": "category",
+ "settings": {
+ "label": "Mica",
+ "link": "/collections/mica"
+ }
+ }
+ },
+ "block_order": [
+ "g",
+ "p",
+ "s",
+ "m"
+ ],
+ "settings": {}
+ },
+ "cb_brands": {
+ "type": "category-banner",
+ "settings": {
+ "image_url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/f8cbc26a36d5ca41dd242a4bba0a246c.jpg",
+ "focal": "center",
+ "height": 460,
+ "eyebrow": "The Houses",
+ "heading": "Brands",
+ "subheading": "The world's most coveted wallcovering houses, in one place.",
+ "cta_label": "EXPLORE BRANDS",
+ "cta_link": "/pages/brands",
+ "text_color": "#ffffff",
+ "accent": "#e4c88a",
+ "veil": "linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))",
+ "cta_bg": "#ffffff",
+ "cta_text": "#26241f"
+ }
+ },
+ "cb_collections": {
+ "type": "category-banner",
+ "settings": {
+ "image_url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/768728c53535e9159f8a0d9b0115ec64.jpg",
+ "focal": "center",
+ "height": 460,
+ "eyebrow": "Curated",
+ "heading": "Collections",
+ "subheading": "Signature collections, hand-picked by our designers.",
+ "cta_label": "BROWSE COLLECTIONS",
+ "cta_link": "/pages/collections",
+ "text_color": "#ffffff",
+ "accent": "#e4c88a",
+ "veil": "linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))",
+ "cta_bg": "#ffffff",
+ "cta_text": "#26241f"
+ }
+ },
+ "cb_styles": {
+ "type": "category-banner",
+ "settings": {
+ "image_url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.26.33PM.png",
+ "focal": "center",
+ "height": 460,
+ "eyebrow": "Find Your Look",
+ "heading": "Styles",
+ "subheading": "From traditional damask to bold modern geometrics.",
+ "cta_label": "SHOP BY STYLE",
+ "cta_link": "/pages/designer-wallpaper-styles",
+ "text_color": "#ffffff",
+ "accent": "#e4c88a",
+ "veil": "linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))",
+ "cta_bg": "#ffffff",
+ "cta_text": "#26241f"
+ }
+ },
+ "cb_commercial": {
+ "type": "category-banner",
+ "settings": {
+ "image_url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/c2acf0647337dfa933dadf4f1aea2f3c.jpg",
+ "focal": "center",
+ "height": 460,
+ "eyebrow": "Contract Grade",
+ "heading": "Commercial",
+ "subheading": "Type II vinyl, acoustic & durable surfaces for every project.",
+ "cta_label": "SHOP COMMERCIAL",
+ "cta_link": "/pages/commercial-wallcoverings",
+ "text_color": "#ffffff",
+ "accent": "#e4c88a",
+ "veil": "linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))",
+ "cta_bg": "#ffffff",
+ "cta_text": "#26241f"
+ }
+ },
+ "cb_color": {
+ "type": "category-banner",
+ "settings": {
+ "image_url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT23109.jpg",
+ "focal": "center",
+ "height": 460,
+ "eyebrow": "Shop By Hue",
+ "heading": "Color",
+ "subheading": "Every shade, from oatmeal to emerald.",
+ "cta_label": "SHOP BY COLOR",
+ "cta_link": "/pages/shop-by-color",
+ "text_color": "#ffffff",
+ "accent": "#e4c88a",
+ "veil": "linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))",
+ "cta_bg": "#ffffff",
+ "cta_text": "#26241f"
+ }
+ },
+ "cb_material": {
+ "type": "category-banner",
+ "settings": {
+ "image_url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ZW146-01-magentite-wallcovering-goldsand_01.jpg",
+ "focal": "center",
+ "height": 460,
+ "eyebrow": "Shop By Texture",
+ "heading": "Material",
+ "subheading": "Grasscloth, silk, cork, glass bead & more.",
+ "cta_label": "SHOP BY MATERIAL",
+ "cta_link": "/pages/shop-by-material",
+ "text_color": "#ffffff",
+ "accent": "#e4c88a",
+ "veil": "linear-gradient(rgba(30,25,18,.35),rgba(30,25,18,.62))",
+ "cta_bg": "#ffffff",
+ "cta_text": "#26241f"
+ }
+ },
+ "collection_films_tk10427": {
+ "type": "dw-collection-films",
+ "settings": {}
+ }
+ },
+ "order": [
+ "home_slideshow_EXmkyD",
+ "home_masonry",
+ "new_arrivals_banner",
+ "collection_films_tk10427",
+ "cb_brands",
+ "cb_collections",
+ "cb_styles",
+ "cb_commercial",
+ "cb_color",
+ "cb_material",
+ "natural_wallcoverings",
+ "home_blog",
+ "home_products-2",
+ "home_products_98xHPG",
+ "home_product",
+ "home_testimonials",
+ "home_map",
+ "home_slideshow_Vz6PJq",
+ "home_slideshow_CHqc8a",
+ "home_image_with_text_overlay"
+ ]
+}
\ No newline at end of file
← ec5eff3 TK-10427: add OS 2.0 section file + rollback-first one-comma
·
back to Dw Marketing Reels
·
auto-data-snapshot: 2026-09-03T15:45:08 (2 data files) — sto 9300090 →