{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "red-block/red-orbital", "version": "0.1.0", "title": "Orbital", "category": "widgets", "icon": "smiley", "description": "Red Orbital Block", "supports": { "html": false }, "textdomain": "red-orbital", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "count": { "type": "number" }, "imgId": { "type": "number", "default": 0 }, "imgIdHover": { "type": "number", "default": 0 } } }