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" } ] diff --git a/templates/index.json b/templates/index.json index 1f827db93..6f4eab16c 100644 --- a/templates/index.json +++ b/templates/index.json @@ -12,9 +12,24 @@ "main": { "type": "hello-world", "settings": {} + }, + "collections_WexXCA": { + "type": "collections", + "name": "t:general.collections_grid", + "settings": { + "grid_item_width": "collections--full", + "grid_gap": 10 + } + }, + "custom_section_WH8dte": { + "type": "custom-section", + "name": "t:general.custom_section", + "settings": {} } }, "order": [ - "main" + "main", + "collections_WexXCA", + "custom_section_WH8dte" ] }