homegrade_blocks_production/build/__nested-parent/nested-children/block.json
2023-08-03 10:32:29 +02:00

30 lines
692 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "wpblocks-multiple/nested-children",
"version": "0.1.0",
"title": "Nested Childrenes",
"category": "homegrade-blocks",
"icon": {
"background": "#0414eb",
"foreground": "#fff",
"src": "admin-plugins"
},
"description": "Children Nested. #ChildrenNested",
"supports": {
"html": false,
"reusable": false
},
"textdomain": "nested-parent",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"userName": {
"type": "string"
},
"userPosition": {
"type": "string"
}
}
}