Schema Documentation
CoreList
Description
A block used for editing the site
Fields
| Field Name | Description | 
|---|---|
| anchor-String | The anchor field for the block. | 
| apiVersion-Int | The API version of the Gutenberg Block | 
| attributes-CoreListAttributes | Attributes of the %s Block Type | 
| 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 | 
Example
{"anchor":"xyz789","apiVersion":987,"attributes":CoreListAttributes,"blockEditorCategoryName":"abc123","clientId":"abc123","cssClassNames":["abc123"],"innerBlocks":[EditorBlock],"isDynamic":false,"name":"abc123","parentClientId":"xyz789","renderedHtml":"xyz789"}