author | ymh <ymh.work@gmail.com> |
Thu, 29 Sep 2022 08:06:27 +0200 | |
changeset 20 | 7b1b88e27a20 |
parent 19 | 3d72ae0968f4 |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
19 | 1 |
{ |
2 |
"apiVersion": 2, |
|
3 |
"name": "core/widget-group", |
|
4 |
"category": "widgets", |
|
5 |
"attributes": { |
|
6 |
"title": { |
|
7 |
"type": "string" |
|
8 |
} |
|
9 |
}, |
|
10 |
"supports": { |
|
11 |
"html": false, |
|
12 |
"inserter": true, |
|
13 |
"customClassName": true, |
|
14 |
"reusable": false |
|
15 |
}, |
|
16 |
"editorStyle": "wp-block-widget-group-editor", |
|
17 |
"style": "wp-block-widget-group" |
|
18 |
} |