{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/lien-chapitre", "version": "0.1.0", "title": "Lien de chapitre", "category": "homegrade-blocks", "description": "Pour insérer des liens dans un chapitre thématique", "supports": { "html": false }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "chapterLinkTitle": { "type": "string", "default": "" }, "chapterLinkDescription": { "type": "string", "default": "" }, "chapterLinkRelatedPostId": { "type": "number" }, "chapterLinkRelatedPostUrl": { "type": "string" } } }