summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/widget-group/block.json
blob: 0e59e58aca2248c32bde217ccd71fb81919acfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"$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"
}