git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/widget-group",
|
|
"title": "Widget Group",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"html": false,
|
|
"inserter": true,
|
|
"customClassName": true,
|
|
"reusable": false
|
|
},
|
|
"editorStyle": "wp-block-widget-group-editor",
|
|
"style": "wp-block-widget-group"
|
|
}
|