Sections
Sections are the blocks a merchant can place, reorder and hide in the visual editor. Your theme supplies the design for each type; the platform supplies the data.
Two kinds
Bound sections are hydrated by the resolver from real platform data — you receive a typed data prop and render it. Authored sections carry content the merchant wrote; the resolver passes data through untouched.
The section types
Generated from the section contract, so this list is exactly what the editor can place.
announcement_barbound
herobound
listings_gridbound
categories_gridbound
testimonials_carouselbound
blog_recentbound
team_gridbound
locations_gridbound
faq_accordionbound
contact_formbound
rich_textauthored
cta_bandauthored
stats_bandauthored
process_stepsauthored
Design every section for every store. A merchant can place any section on any page, in any order. A hero that only works as the first element, or a grid that breaks with three items instead of six, will surface on someone’s live store. Build them to stand alone.