{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/picture-banner", "version": "0.1.0", "title": "Image", "category": "homegrade-blocks", "icon": { "background": "#fff", "foreground": "#DF1E1E", "src": "cover-image" }, "description": "Example block scaffolded with Create Block tool.", "supports": { "html": false }, "attributes": { "coverId": { "type": "number" }, "coverAlt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "coverUrl": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src" }, "heightFixed": { "type": "boolean", "default": true } }, "textdomain": "homegrade-theme__bloks-texte-fonctionnel", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }