{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/rich-paragraph", "version": "0.1.0", "title": "Paragraphe", "category": "homegrade-blocks", "description": "Paragraphe special", "supports": { "html": false }, "textdomain": "blocka", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "montexte": { "type": "string", "source": "html", "selector": "h2" }, "textAlignment": { "type": "string", "default": "left" } } }