| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "core/widget-group", |
| 5 |
"title": "Widget Group", |
| 6 |
"category": "widgets", |
| 7 |
"attributes": { |
| 8 |
"title": { |
| 9 |
"type": "string" |
| 10 |
} |
| 11 |
}, |
| 12 |
"supports": { |
| 13 |
"html": false, |
| 14 |
"inserter": true, |
| 15 |
"customClassName": true, |
| 16 |
"reusable": false |
| 17 |
}, |
| 18 |
"editorStyle": "wp-block-widget-group-editor", |
| 19 |
"style": "wp-block-widget-group" |
| 20 |
} |
| 21 |
|