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