Render Options & Templates Tab
Two smaller tabs that shape how items are filled in. Render Options attaches a proper form screen to your data; the Templates tab's Item sub-tab decides what a brand-new Data Item looks like the moment it's added.
Render Options Tab
By default, Data Items are filled in using the property editor described in Data Items Tab — a generic form built from whatever fields the item happens to have. If you'd rather present a proper, purpose-built form instead, the Render Options tab lets you attach one.
The tab shows the list of Atlas Forms currently attached to this template, and a form picker to add more. Once a form is attached, items on this template can be filled in and reviewed through that form instead of the raw property grid — useful when the people filling in a template's data aren't comfortable editing raw fields, or when the form already enforces validation you want reused.
Render Options tab
│
├── Attached forms list (may be empty)
│
└── [ + Add Form ] → opens the form picker
│
▼
Select an existing Atlas Form
│
▼
Form appears in the attached list
→ now available when filling in Data Items
Templates Tab — Item Sub-Tab
The Templates tab has one sub-tab today: Item. This holds a single saved pattern — a JSON shape that Data Items should start from. It has exactly one job: it's what the Add button on the Data Items tab checks first, before falling back to cloning the first existing item or starting blank.
Set this once with the fields and default values you expect most new items to have, and every future Add on this template gives you that starting point immediately instead of an empty item you have to build up field by field.
Editing the Item pattern later has no effect on items you've already added — it only changes what new items start out as, from that point on.