26 lines
668 B
JSON
26 lines
668 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/parcours-step",
|
|
"version": "0.1.0",
|
|
"title": "Étape du Parcours Rénovateur",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Example block scaffolded with Create Block tool.",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"parent": [
|
|
"homegrade-content-blocks/parcours-chapter"
|
|
],
|
|
"textdomain": "test",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php",
|
|
"attributes": {
|
|
"relatedPostId": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
} |