WordPress/wp-includes/blocks/widget-group/block.json

19 lines
319 B
JSON
Raw Normal View History

{
"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"
}