Components
Field
Document props, options and parameters.
titlestringrequired
Site name shown in the header.
subNav'none' | 'header'default: 'none'
Where top-level sections are listed.
<FieldGroup>
<Field name="title" type="string" required>
Site name shown in the header.
</Field>
<Field name="subNav" type="'none' | 'header'" default="'none'">
Where top-level sections are listed.
</Field>
</FieldGroup>Props
namestringrequired
Field name.
typestring
Type signature.
requiredboolean
Adds a required marker.
defaultstring
Default value.