Schema Documentation

WoocommerceRatingFilter

Description

A block used for editing the site

Fields
Field NameDescription
apiVersion - Int The API version of the Gutenberg Block
attributes - WoocommerceRatingFilterAttributes 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
{"apiVersion":987,"attributes":WoocommerceRatingFilterAttributes,"blockEditorCategoryName":"abc123","clientId":"xyz789","cssClassNames":["xyz789"],"innerBlocks":[EditorBlock],"isDynamic":true,"name":"abc123","parentClientId":"abc123","renderedHtml":"abc123"}