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