{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/content-heading", "version": "0.1.0", "title": "Titre", "category": "homegrade-blocks", "icon": "smiley", "description": "Bloc de titrage", "supports": { "html": false }, "textdomain": "homegrade-theme__bloks-texte-fonctionnel", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "title": { "type": "string", "source": "html", "selector": "h3" } } }