Schema Documentation
PostEditorBlock
Fields
| Field Name | Description | 
|---|---|
apiVersion - Int | The API version of the Gutenberg Block | 
blockEditorCategoryName - String | The name of the category the Block belongs to | 
clientId - String | The id of the Block | 
cssClassNames - [String] | CSS Classnames to apply to the block | 
innerBlocks - [EditorBlock] | The inner blocks of the Block | 
isDynamic - Boolean! | Whether the block is Dynamic (server rendered) | 
name - String | The name of the Block | 
parentClientId - String | The parent id of the Block | 
renderedHtml - String | The rendered HTML for the block | 
Possible Types
| PostEditorBlock Types | 
|---|
Example
{"apiVersion":123,"blockEditorCategoryName":"abc123","clientId":"xyz789","cssClassNames":["abc123"],"innerBlocks":[EditorBlock],"isDynamic":false,"name":"abc123","parentClientId":"abc123","renderedHtml":"abc123"}