homegrade_blocks_production/blocks/post-content-container/src/block.json
2024-07-01 15:48:00 +02:00

35 lines
802 B
JSON

{
"$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"
},
"postType": {
"type": "string",
"default": "questions"
},
"anchor": {
"type": "string"
}
}
}