{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/post-content-container", "version": "0.1.0", "title": "Post Container", "category": "homegrade-blocks", "icon": { "background": "#fff", "foreground": "#DF1E1E", "src": "feedback" }, "description": "Pour intégrer le contenu d'une page ou d'un post type", "supports": { "anchor": true, "html": false }, "textdomain": "homegrade-theme__bloks-texte-fonctionnel", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "render": "file:./render.php", "attributes": { "relatedPostId": { "type": "number" }, "relatedPostPreviewGhostContent": { "type": "string", "default": "" }, "postType": { "type": "string", "default": "questions" }, "anchor": { "type": "string" }, "tooltipsWordsUsed": { "type": "array", "default": [] } } }