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/paragraph", |
18 | 5 |
"title": "Paragraph", |
16 | 6 |
"category": "text", |
19 | 7 |
"description": "Start with the basic building block of all narrative.", |
18 | 8 |
"keywords": [ "text" ], |
9 |
"textdomain": "default", |
|
16 | 10 |
"attributes": { |
11 |
"align": { |
|
12 |
"type": "string" |
|
13 |
}, |
|
14 |
"content": { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
15 |
"type": "rich-text", |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
16 |
"source": "rich-text", |
16 | 17 |
"selector": "p", |
18 | 18 |
"__experimentalRole": "content" |
16 | 19 |
}, |
20 |
"dropCap": { |
|
21 |
"type": "boolean", |
|
22 |
"default": false |
|
23 |
}, |
|
24 |
"placeholder": { |
|
25 |
"type": "string" |
|
26 |
}, |
|
27 |
"direction": { |
|
28 |
"type": "string", |
|
18 | 29 |
"enum": [ "ltr", "rtl" ] |
16 | 30 |
} |
31 |
}, |
|
32 |
"supports": { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
33 |
"splitting": true, |
16 | 34 |
"anchor": true, |
35 |
"className": false, |
|
18 | 36 |
"color": { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
37 |
"gradients": true, |
19 | 38 |
"link": true, |
39 |
"__experimentalDefaultControls": { |
|
40 |
"background": true, |
|
41 |
"text": true |
|
42 |
} |
|
16 | 43 |
}, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
44 |
"spacing": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
45 |
"margin": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
"padding": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
47 |
"__experimentalDefaultControls": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
48 |
"margin": false, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
49 |
"padding": false |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
50 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
51 |
}, |
18 | 52 |
"typography": { |
53 |
"fontSize": true, |
|
19 | 54 |
"lineHeight": true, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
55 |
"__experimentalFontFamily": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
56 |
"__experimentalTextDecoration": true, |
19 | 57 |
"__experimentalFontStyle": true, |
58 |
"__experimentalFontWeight": true, |
|
59 |
"__experimentalLetterSpacing": true, |
|
60 |
"__experimentalTextTransform": true, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
61 |
"__experimentalWritingMode": true, |
19 | 62 |
"__experimentalDefaultControls": { |
63 |
"fontSize": true |
|
64 |
} |
|
16 | 65 |
}, |
66 |
"__experimentalSelector": "p", |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
67 |
"__unstablePasteTextInline": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
68 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
69 |
"clientNavigation": true |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
70 |
} |
18 | 71 |
}, |
72 |
"editorStyle": "wp-block-paragraph-editor", |
|
73 |
"style": "wp-block-paragraph" |
|
16 | 74 |
} |