Skip to main content

Links

Theses Layouts are used to link a field or a component.

Component

  • Description: A component layout.

Example:

{
"type": "component",
"name": "example-component"
}

Field

  • Description: A field layout. The name property can be setted to override the slug one if a field is used multiple time in the screen.

Example:

{
"type": "field",
"slug": "my-field-s-slug"
}