Tab
A layout tab
groups variables in tabs in the Easol site builder. A tab
can only be declared on the top level of a layout.
Attributes
A tab
expects the following attributes:
type
tab
label
Defines the label for the tab shown to the Creator in the site builder. Accepts a string and must be a unique value.
elements
The attributes to be included within the tab. Accordion toggles and accordions can be nested within tabs
.
Example
---
attributes:
heading:
type: string
label: Block Heading
text:
type: text
default: Enter some nice copy about your experience
layout:
- type: tab
label: Content
elements:
- heading
- text
---