Containers
Section
Code
Additional attributes:
display:inlineordrilldown.elements: Nested fields.
RepeatableSection
Code
Additional attributes:
location_enabled: Enables location data for items.location_required: Requires location data for items.title_field: OptionalTitleFieldused to derive each child record's title. Usenullwhen no entry title is configured.
Repeatable sections create an array of child records in the output. A configured entry title is
stored as @title on each child record. If all title parts are blank, @title is null; renderers
may show a positional label such as Items 1, but that fallback is not persisted.
Title references are scoped to the repeatable's own child-record dataset. They may point to fields
inside ordinary nested Section containers, but not to fields outside the repeatable or inside a
nested RepeatableSection. Eligible types are TextField, NumericField, DateField, TimeField,
SingleChoiceField, MultiChoiceField, BooleanField, and CalculatedField. Ordered field keys are
preferred, while data_name references are accepted for authored schemas.
BuildingPlanSection
Code
Additional attributes:
building_plan: Structure describing the plan topology.node_overrides: Overrides for generated nodes.
Building plan expansion
BuildingPlanSection expands into nested RepeatableSections at runtime. We will expand this documentation with full examples soon.