From 4f66aca072696a1868a88dde3d93102bfbea56d1 Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 06:11:53 +0000 Subject: [PATCH 1/3] Update from Shopify for theme skeleton-theme/main Committed from shop: test store --- templates/index.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/index.json b/templates/index.json index 1f827db93..9dcb2e388 100644 --- a/templates/index.json +++ b/templates/index.json @@ -12,9 +12,18 @@ "main": { "type": "hello-world", "settings": {} + }, + "collections_WexXCA": { + "type": "collections", + "name": "t:general.collections_grid", + "settings": { + "grid_item_width": "collections--full", + "grid_gap": 10 + } } }, "order": [ - "main" + "main", + "collections_WexXCA" ] } From 2715c1fc721cb2bd7c42fc9ac3c48d804b5a7fb1 Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 06:43:27 +0000 Subject: [PATCH 2/3] Update from Shopify for theme skeleton-theme/main Committed from shop: test store --- templates/index.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/index.json b/templates/index.json index 9dcb2e388..6f4eab16c 100644 --- a/templates/index.json +++ b/templates/index.json @@ -20,10 +20,16 @@ "grid_item_width": "collections--full", "grid_gap": 10 } + }, + "custom_section_WH8dte": { + "type": "custom-section", + "name": "t:general.custom_section", + "settings": {} } }, "order": [ "main", - "collections_WexXCA" + "collections_WexXCA", + "custom_section_WH8dte" ] } From d12af41cbface24cd320e470ef12492bcd31e666 Mon Sep 17 00:00:00 2001 From: Adam Flores Date: Fri, 17 Apr 2026 12:43:49 -0700 Subject: [PATCH 3/3] Update Hello World template name for clarity --- sections/hello-world.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/hello-world.liquid b/sections/hello-world.liquid index 839823ac0..fe684f747 100644 --- a/sections/hello-world.liquid +++ b/sections/hello-world.liquid @@ -136,7 +136,7 @@ "settings": [], "presets": [ { - "name": "Hello World Template", + "name": "Hello World Template test", "category": "Demo" } ]