mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 11:20:28 +01:00
19 lines
319 B
JSON
19 lines
319 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"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"
|
||
|
}
|