homegrade_blocks_production/blocks/parcours-step-container/build/block.json
2024-06-26 16:48:40 +02:00

27 lines
713 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/parcours-step-container",
"version": "0.1.0",
"title": "Fiche Parcours Container",
"category": "homegrade-blocks",
"icon": {
"background": "#fff",
"foreground": "#DF1E1E",
"src": "feedback"
},
"description": "Pour intégrer le contenu d'une fiche parcours",
"supports": {
"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"
}
}
}