homegrade_blocks_production/blocks/_starterNested/build/block.json

25 lines
607 B
JSON

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