Create Config Schema

A unique name for this schema. The first saved revision becomes version 1.

Loads that version's definition into the editor as a starting point. Saving still creates a brand-new schema at version 1 and leaves the source version untouched.

Shape: {"tabs": [{"name": "...", "sections": [{"name": "...", "fields": [{"key": "...", "type": "text|number|boolean|select", "label": "..."}], "table_sourced": {"table": "partners", "object": "partner-info"}}]}]}. Mark a section table_sourced (and leave fields empty) for objects read live from another table instead of authored by hand.

Cancel