{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/focused-schema", "version": "0.1.0", "title": "Schéma + Légende", "category": "homegrade-blocks", "description": "Bloc de Gestion schéma. Insérer un schéma et insérez-y la légende nécéssaire à l'aide de points de focus.", "supports": { "html": false, "reusable": false }, "attributes": { "coverId": { "type": "number" }, "coverAlt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "showDescription": { "type": "boolean", "default": false }, "showLegend": { "type": "boolean", "default": false }, "coverUrl": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src" }, "coverDescription": { "type": "string", "source": "attribute", "selector": "img", "attribute": "data-description" }, "coverLegend": { "type": "string", "source": "attribute", "selector": "img", "attribute": "data-legend" }, "focusBullets": { "type": "array", "default": [] } }, "textdomain": "homegrade-theme__bloks-texte-fonctionnel", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }