Skip to main content

BlockEditorContentRowInput Input

Description

Input type for a row within block editor content.

Declaration

input BlockEditorContentRowInput {
_id: ID!
options: BlockEditorContentRowOptionsInput!
layout: BlockEditorLayouts!
columns: [BlockEditorContentRowColumnInput!]!
}

Fields

NameTypeDescription
_idID!Internal database identifier.
optionsBlockEditorContentRowOptionsInput!Display options for the row.
layoutBlockEditorLayouts!Layout configuration for this row.
columns[BlockEditorContentRowColumnInput!]!Columns to include in this row.