homegrade_blocks_production/blocks/grey-box/build/nested-children/block.json

20 lines
497 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/starter-nested-child",
"version": "0.1.0",
"title": "Starter Nested — Child",
"category": "homegrade-blocks",
"description": "Starter nested — Child",
"supports": {
"html": false
},
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"childName": {
"type": "string"
}
}
}