{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blynex/reviews-block", "version": "0.1.0", "title": "Reviews Block", "category": "blynex-blocks", "icon": "star-filled", "description": "A customizable reviews block widget that displays customer testimonials with ratings and customizable appearance.", "example": {}, "supports": { "align": [ "wide", "full" ], "spacing": { "margin": true, "padding": true, "blockGap": true }, "color": { "background": true, "text": true, "link": true } }, "textdomain": "blynex", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }