new_section
Build a storefront section with child elements stacked vertically. Pass an array of element specs to create text, buttons, or nested containers for layout.
Instructions
Build a complete section node with children laid out in the builder's vertical grid. Pass an array of element specs; each child is stacked top-to-bottom. Nest containers via the child's own 'children'. Example children: [{ "type":"text", "opts":{"text":"Welcome","style":{"fontSize":"40px"}} }, { "type":"button", "opts":{"text":"Shop now"} }]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| children | No | Child element specs, stacked vertically in the section | |
| section_opts | No | Optional factory opts for the section node itself |