author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
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/list", |
18 | 5 |
"title": "List", |
16 | 6 |
"category": "text", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
7 |
"allowedBlocks": [ "core/list-item" ], |
18 | 8 |
"description": "Create a bulleted or numbered list.", |
9 |
"keywords": [ "bullet list", "ordered list", "numbered list" ], |
|
10 |
"textdomain": "default", |
|
16 | 11 |
"attributes": { |
12 |
"ordered": { |
|
13 |
"type": "boolean", |
|
18 | 14 |
"default": false, |
15 |
"__experimentalRole": "content" |
|
16 | 16 |
}, |
17 |
"values": { |
|
18 |
"type": "string", |
|
19 |
"source": "html", |
|
20 |
"selector": "ol,ul", |
|
21 |
"multiline": "li", |
|
18 | 22 |
"__unstableMultilineWrapperTags": [ "ol", "ul" ], |
23 |
"default": "", |
|
24 |
"__experimentalRole": "content" |
|
16 | 25 |
}, |
26 |
"type": { |
|
27 |
"type": "string" |
|
28 |
}, |
|
29 |
"start": { |
|
30 |
"type": "number" |
|
31 |
}, |
|
32 |
"reversed": { |
|
33 |
"type": "boolean" |
|
18 | 34 |
}, |
35 |
"placeholder": { |
|
36 |
"type": "string" |
|
16 | 37 |
} |
38 |
}, |
|
39 |
"supports": { |
|
40 |
"anchor": true, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
41 |
"html": false, |
18 | 42 |
"typography": { |
43 |
"fontSize": true, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
44 |
"lineHeight": true, |
19 | 45 |
"__experimentalFontFamily": true, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
"__experimentalFontWeight": true, |
19 | 47 |
"__experimentalFontStyle": true, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
48 |
"__experimentalTextTransform": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
49 |
"__experimentalTextDecoration": true, |
19 | 50 |
"__experimentalLetterSpacing": true, |
51 |
"__experimentalDefaultControls": { |
|
52 |
"fontSize": true |
|
53 |
} |
|
18 | 54 |
}, |
55 |
"color": { |
|
19 | 56 |
"gradients": true, |
57 |
"link": true, |
|
58 |
"__experimentalDefaultControls": { |
|
59 |
"background": true, |
|
60 |
"text": true |
|
61 |
} |
|
18 | 62 |
}, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
63 |
"spacing": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
64 |
"margin": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
65 |
"padding": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
66 |
"__experimentalDefaultControls": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
67 |
"margin": false, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
68 |
"padding": false |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
69 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
70 |
}, |
16 | 71 |
"__unstablePasteTextInline": true, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
72 |
"__experimentalOnMerge": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
73 |
"__experimentalSlashInserter": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
74 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
75 |
"clientNavigation": true |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
76 |
} |
18 | 77 |
}, |
78 |
"editorStyle": "wp-block-list-editor", |
|
79 |
"style": "wp-block-list" |
|
16 | 80 |
} |