JezK
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "site-reviews/summary", "title": "Rating Summary", "category": "site-reviews", "description": "Display a rating summary of your reviews.", "keywords": [ "rating summary", "site reviews" ], "version": "2.0.0", "textdomain": "site-reviews", "attributes": { "assigned_posts": { "default": [], "items": { "type": "string" }, "type": "array" }, "assigned_terms": { "default": [], "items": { "type": "string" }, "type": "array" }, "assigned_users": { "default": [], "items": { "type": "string" }, "type": "array" }, "author": { "default": "", "type": "string" }, "className": { "default": "", "type": "string" }, "hide": { "default": [], "items": { "type": "string" }, "type": "array" }, "id": { "default": "", "type": "string" }, "labels": { "default": "", "type": "string" }, "rating": { "default": 1, "type": "number" }, "rating_field": { "default": "", "type": "string" }, "schema": { "default": 0, "enum": [ 0, 1 ], "type": "number" }, "style_align": { "default": "left", "type": "string" }, "style_bar_color": { "default": "", "type": "string" }, "style_bar_color_custom": { "default": "", "type": "string" }, "style_max_width": { "default": "48ch", "type": "string" }, "style_rating_color": { "default": "", "type": "string" }, "style_rating_color_custom": { "default": "", "type": "string" }, "terms": { "default": "", "type": "string" }, "text": { "default": "", "type": "string" }, "type": { "default": "", "type": "string" }, "verified": { "default": "", "type": "string" } }, "supports": { "color": { "background": false, "button": false, "enableContrastChecker": true, "heading": false, "link": true, "text": true }, "html": false, "typography": { "fontSize": true, "lineHeight": true, "textAlign": false, "__experimentalTextDecoration": false, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": false, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true, "lineHeight": true } } }, "example": {}, "editorScript": [ "file:./index.js" ], "editorStyle": [], "script": [ "site-reviews" ], "style": [ "file:./style-index.css", "site-reviews" ] }