author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
18 | 1 |
{ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
18
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:
18
diff
changeset
|
3 |
"apiVersion": 3, |
18 | 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 |
} |