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