JezK
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "site-reviews/form", "title": "Review Form", "category": "site-reviews", "description": "Display a review form.", "keywords": [ "review form", "site reviews" ], "textdomain": "site-reviews", "version": "2.0.0", "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" }, "className": { "default": "", "type": "string" }, "hide": { "default": [], "items": { "type": "string" }, "type": "array" }, "id": { "default": "", "type": "string" }, "reviews_id": { "default": "", "type": "string" }, "style_align": { "default": "left", "type": "string" }, "style_rating_color": { "default": "", "type": "string" }, "style_rating_color_custom": { "default": "", "type": "string" }, "summary_id": { "default": "", "type": "string" } }, "supports": { "color": { "background": false, "button": true, "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": [ "file:./index.css" ], "script": [ "site-reviews" ], "style": [ "file:./style-index.css", "site-reviews", "wp-block-button" ] }