BlockEditorContentRowInput Input
Description
Input type for a row within block editor content.
Declaration
input BlockEditorContentRowInput {
_id: ID!
options: BlockEditorContentRowOptionsInput!
layout: BlockEditorLayouts!
columns: [BlockEditorContentRowColumnInput!]!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
options | BlockEditorContentRowOptionsInput! | Display options for the row. |
layout | BlockEditorLayouts! | Layout configuration for this row. |
columns | [BlockEditorContentRowColumnInput!]! | Columns to include in this row. |