Tabs field type used to separate Hero fields from Page Layout
Option | Description |
---|---|
tabs * | Array of tabs to render within this Tabs field. |
admin | Admin-specific configuration. See the default field admin config for more details. |
Each tab has its own required label
and fields
array. You can also optionally pass a description
to render within each individual tab.
Option | Description |
---|---|
name | An optional property name to be used when stored and retrieved from the database. More |
label * | The label to render on the tab itself. |
fields * | The fields to render within this tab. |
description | Optionally render a description within this tab to describe the contents of the tab itself. |
* An asterisk denotes that a property is required.
collections/ExampleCollection.ts