summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/legacy-widget/block.json
blob: 6b0c1e2a916fdd2ac59d8b46423291c89c1dff3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"apiVersion": 3,
	"name": "core/legacy-widget",
	"title": "Legacy Widget",
	"category": "widgets",
	"description": "Display a legacy widget.",
	"textdomain": "default",
	"attributes": {
		"id": {
			"type": "string",
			"default": null
		},
		"idBase": {
			"type": "string",
			"default": null
		},
		"instance": {
			"type": "object",
			"default": null
		}
	},
	"supports": {
		"html": false,
		"customClassName": false,
		"reusable": false
	},
	"editorStyle": "wp-block-legacy-widget-editor"
}