homegrade_blocks_production/build/questions-container/block.json

22 lines
629 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/questions-container",
"version": "0.1.0",
"title": "Bloc Questions",
"category": "wpblock-blocks",
"icon": {
"background": "#fff",
"foreground": "#DF1E1E",
"src": "feedback"
},
"description": "Pour intégrer le contenu d'une fiche de questions dans une page conseils",
"supports": {
"html": false
},
"textdomain": "wpblock-latest-posts",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"render": "file:./render.php"
}