Sections

View as Markdown
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

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).

Opening sections up to template authors

  • 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