author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
16 | 1 |
{ |
19 | 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3 |
"apiVersion": 3, |
16 | 4 |
"name": "core/missing", |
18 | 5 |
"title": "Unsupported", |
16 | 6 |
"category": "text", |
18 | 7 |
"description": "Your site doesn’t include support for this block.", |
8 |
"textdomain": "default", |
|
16 | 9 |
"attributes": { |
10 |
"originalName": { |
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"originalUndelimitedContent": { |
|
14 |
"type": "string" |
|
15 |
}, |
|
16 |
"originalContent": { |
|
17 |
"type": "string", |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
18 |
"source": "raw" |
16 | 19 |
} |
20 |
}, |
|
21 |
"supports": { |
|
22 |
"className": false, |
|
23 |
"customClassName": false, |
|
24 |
"inserter": false, |
|
25 |
"html": false, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
26 |
"reusable": false, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
27 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
28 |
"clientNavigation": true |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
29 |
} |
16 | 30 |
} |
31 |
} |