Skip to content

Overview

Layout Fields are components that organize and display information to users. An accordion, a stack, or tabs are examples of Layout Fields.

Layout Fields are defined by setting the kind property as layout, and the property children, an array of elements to display.

Use these properties to customize your Layout Fields.

propertytypevalue
uidstringA unique id, if none provided, one will be generated automatically
kindstringMANDATORY All Layout Fields are type layout
widgetstringMANDATORY The Layout Field widget that you want to use (for example: accordion)
childrenarrayMANDATORY The elements to display inside the Layout Field
propsobjectAn object with custom properties defined by each Layout Field, check the documentation of each Layout Field to know more