label
Description
sets a label for the control inside a fieldType
string
Example
<Field label="Text">
{#snippet children(id)}
<Text {id} />
{/snippet}
</Field>
Related article: Setting a label for a control
Related sample: Field
string
<Field label="Text">
{#snippet children(id)}
<Text {id} />
{/snippet}
</Field>
Related article: Setting a label for a control
Related sample: Field