40 lines
897 B
JSON
40 lines
897 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/parcours-chapter",
|
|
"version": "0.1.0",
|
|
"title": "Chapitre du parcours rénovateur",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Chapitre présentant toutes les sous-étapes du parcours du rénovateur",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"parent": [
|
|
"homegrade-content-blocks/parcours"
|
|
],
|
|
"textdomain": "homegrade-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"coverUrl": {
|
|
"type": "string"
|
|
},
|
|
"coverAlt": {
|
|
"type": "string"
|
|
},
|
|
"coverId": {
|
|
"type": "number"
|
|
},
|
|
"iconUrl": {
|
|
"type": "string"
|
|
},
|
|
"iconAlt": {
|
|
"type": "string"
|
|
},
|
|
"iconId": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
} |