{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/figure", "version": "0.1.0", "title": "Figure", "category": "homegrade-blocks", "description": "Figure", "supports": { "html": false }, "parent": [ "homegrade-content-blocks/card-free" ], "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "figure": { "type": "string" }, "title": { "type": "string" }, "caption": { "type": "string" } } }