homegrade_blocks_production/blocks/grey-box/build/monobloc/block.json

20 lines
484 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/box-monoblock",
"version": "0.1.0",
"title": "Monobloc",
"category": "homegrade-blocks",
"description": "Bloc conteneur d'une seule colonne",
"supports": {
"html": false
},
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"childName": {
"type": "string"
}
}
}