30 lines
690 B
JSON
30 lines
690 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": "wpblock-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"
|
|
}
|
|
}
|
|
} |