How to add more section as a default in Dawn theme

Solved

How to add more section as a default in Dawn theme

amisha-29
Shopify Partner
51 1 10

I'm using dawn theme and you can see there are few sections in Template like Image banner, and Feature collection, I want to add more section as a default like blog post, slideshow, for my theme anyone please let me know in which file i have to set this default setting.

Screenshot 2025-04-15 205743.png

Accepted Solution (1)

tim
Shopify Partner
4339 502 1591

This is an accepted solution.

Replies 2 (2)

tim
Shopify Partner
4339 502 1591

This is an accepted solution.

https://shopify.dev/docs/storefronts/themes/architecture/templates/json-templates#section-data 

https://shopify.dev/docs/storefronts/themes/architecture/section-groups#section-data 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
Magicianm
Tourist
8 0 4

To add more default sections like Blog Posts or Slideshow to your Dawn theme template, you’ll need to edit the corresponding JSON template file located in your theme under template e.g. index.json for the homepage. Open index.json and add the section blocks you want by copying the structure of existing sections and specifying the type like blog-posts or type, slideshow. Make sure the matching section files exist in selection After saving, those sections will appear by default on that page. Always back up your theme before making changes.