Sections
Last updated September 14, 2026
Reusable blocks with linked schemas (a declaration of the data shape a section expects: think of it as the section's contract with any template that drops it) and exposed props (per-instance overrides authors can tweak without touching code).
On this chapter
- Start here: Chapter overview: What sections are, why they exist, and how they fit between components and templates.
Binding sections to data
- Linked schema: Declare the data shape a section expects so Studio can structurally match it onto a template.
- Auto-binding by drop location: How Studio resolves bindings against the scope at the drop point (page root, Repeater, Modular Block).
- Expose Section Props: Surface individual component props for per-instance overrides on a template.
Continue
- Continue to Smart Containers. Repeaters, Condition Blocks, and Section Slots: the primitives that turn static layouts into data-driven ones.
See also
- Back to docs home
- Templates: Where sections get composed into full pages.