equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/paragraph", |
4 "name": "core/paragraph", |
4 "title": "Paragraph", |
5 "title": "Paragraph", |
5 "category": "text", |
6 "category": "text", |
6 "description": "Start with the building block of all narrative.", |
7 "description": "Start with the basic building block of all narrative.", |
7 "keywords": [ "text" ], |
8 "keywords": [ "text" ], |
8 "textdomain": "default", |
9 "textdomain": "default", |
9 "attributes": { |
10 "attributes": { |
10 "align": { |
11 "align": { |
11 "type": "string" |
12 "type": "string" |
31 }, |
32 }, |
32 "supports": { |
33 "supports": { |
33 "anchor": true, |
34 "anchor": true, |
34 "className": false, |
35 "className": false, |
35 "color": { |
36 "color": { |
36 "link": true |
37 "link": true, |
|
38 "__experimentalDefaultControls": { |
|
39 "background": true, |
|
40 "text": true |
|
41 } |
37 }, |
42 }, |
38 "typography": { |
43 "typography": { |
39 "fontSize": true, |
44 "fontSize": true, |
40 "lineHeight": true |
45 "lineHeight": true, |
|
46 "__experimentalFontStyle": true, |
|
47 "__experimentalFontWeight": true, |
|
48 "__experimentalLetterSpacing": true, |
|
49 "__experimentalTextTransform": true, |
|
50 "__experimentalDefaultControls": { |
|
51 "fontSize": true |
|
52 } |
41 }, |
53 }, |
42 "__experimentalSelector": "p", |
54 "__experimentalSelector": "p", |
43 "__unstablePasteTextInline": true |
55 "__unstablePasteTextInline": true |
44 }, |
56 }, |
45 "editorStyle": "wp-block-paragraph-editor", |
57 "editorStyle": "wp-block-paragraph-editor", |