OBJECT
LayoutBuilderBlockItem
Block item in a row
link GraphQL Schema definition
- type LayoutBuilderBlockItem {
- # Unique identifier
- : String!
- # Item kind (always 'block')
- : String!
- # Name of the block
- : String!
- # Style configuration
- : LayoutBuilderStyle
- # List of elements in this block
- : [LayoutBuilderElement!]!
- }