You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
374 B
20 lines
374 B
9 months ago
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 3,
|
||
|
"name": "core/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"
|
||
|
}
|