BlockEditorContent Object
Description
Represents structured content created with the block editor, organized into rows, columns, and blocks.
Declaration
type BlockEditorContent {
capabilities: BlockEditorCapabilities!
rows: [BlockEditorContentRow!]!
}
Fields
| Name | Type | Description |
|---|---|---|
capabilities | BlockEditorCapabilities! | Available capabilities and options for the editor. |
rows | [BlockEditorContentRow!]! | Rows of content, each containing columns and blocks. |