block.json in Gutenberg 10.1.0, at build/edit-widgets/blocks/legacy-widget/block.json
| 1 | { |
| 2 | "name": "core/legacy-widget", |
| 3 | "category": "widgets", |
| 4 | "attributes": { |
| 5 | "widgetClass": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "referenceWidgetName": { |
| 9 | "type": "string" |
| 10 | }, |
| 11 | "name": { |
| 12 | "type": "string" |
| 13 | }, |
| 14 | "idBase": { |
| 15 | "type": "string" |
| 16 | }, |
| 17 | "number": { |
| 18 | "type": "number" |
| 19 | }, |
| 20 | "instance": { |
| 21 | "type": "object" |
| 22 | } |
| 23 | }, |
| 24 | "supports": { |
| 25 | "html": false, |
| 26 | "customClassName": false, |
| 27 | "reusable": false |
| 28 | }, |
| 29 | "parent": [ |
| 30 | "core/widget-area" |
| 31 | ], |
| 32 | "editorStyle": "wp-block-legacy-widget-editor" |
| 33 | } |
| 34 |