16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/paragraph", |
18
|
4 |
"title": "Paragraph", |
16
|
5 |
"category": "text", |
18
|
6 |
"description": "Start with the building block of all narrative.", |
|
7 |
"keywords": [ "text" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"align": { |
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"content": { |
|
14 |
"type": "string", |
|
15 |
"source": "html", |
|
16 |
"selector": "p", |
18
|
17 |
"default": "", |
|
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": { |
|
33 |
"anchor": true, |
|
34 |
"className": false, |
18
|
35 |
"color": { |
|
36 |
"link": true |
16
|
37 |
}, |
18
|
38 |
"typography": { |
|
39 |
"fontSize": true, |
|
40 |
"lineHeight": true |
16
|
41 |
}, |
|
42 |
"__experimentalSelector": "p", |
|
43 |
"__unstablePasteTextInline": true |
18
|
44 |
}, |
|
45 |
"editorStyle": "wp-block-paragraph-editor", |
|
46 |
"style": "wp-block-paragraph" |
16
|
47 |
} |