author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
19 | 1 |
{ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3 |
"apiVersion": 3, |
19 | 4 |
"name": "core/widget-group", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
5 |
"title": "Widget Group", |
19 | 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 |
} |