equal
deleted
inserted
replaced
5 "title": "Content", |
5 "title": "Content", |
6 "category": "theme", |
6 "category": "theme", |
7 "description": "Displays the contents of a post or page.", |
7 "description": "Displays the contents of a post or page.", |
8 "textdomain": "default", |
8 "textdomain": "default", |
9 "usesContext": [ "postId", "postType", "queryId" ], |
9 "usesContext": [ "postId", "postType", "queryId" ], |
|
10 "example": { |
|
11 "viewportWidth": 350 |
|
12 }, |
10 "supports": { |
13 "supports": { |
11 "align": [ "wide", "full" ], |
14 "align": [ "wide", "full" ], |
12 "html": false, |
15 "html": false, |
13 "layout": true, |
16 "layout": true, |
|
17 "background": { |
|
18 "backgroundImage": true, |
|
19 "backgroundSize": true, |
|
20 "__experimentalDefaultControls": { |
|
21 "backgroundImage": true |
|
22 } |
|
23 }, |
14 "dimensions": { |
24 "dimensions": { |
15 "minHeight": true |
25 "minHeight": true |
16 }, |
26 }, |
17 "spacing": { |
27 "spacing": { |
18 "blockGap": true |
28 "blockGap": true, |
|
29 "padding": true, |
|
30 "margin": true, |
|
31 "__experimentalDefaultControls": { |
|
32 "margin": false, |
|
33 "padding": false |
|
34 } |
19 }, |
35 }, |
20 "color": { |
36 "color": { |
21 "gradients": true, |
37 "gradients": true, |
|
38 "heading": true, |
22 "link": true, |
39 "link": true, |
23 "__experimentalDefaultControls": { |
40 "__experimentalDefaultControls": { |
24 "background": false, |
41 "background": false, |
25 "text": false |
42 "text": false |
26 } |
43 } |
35 "__experimentalTextDecoration": true, |
52 "__experimentalTextDecoration": true, |
36 "__experimentalLetterSpacing": true, |
53 "__experimentalLetterSpacing": true, |
37 "__experimentalDefaultControls": { |
54 "__experimentalDefaultControls": { |
38 "fontSize": true |
55 "fontSize": true |
39 } |
56 } |
|
57 }, |
|
58 "__experimentalBorder": { |
|
59 "radius": true, |
|
60 "color": true, |
|
61 "width": true, |
|
62 "style": true, |
|
63 "__experimentalDefaultControls": { |
|
64 "radius": true, |
|
65 "color": true, |
|
66 "width": true, |
|
67 "style": true |
|
68 } |
40 } |
69 } |
41 }, |
70 }, |
|
71 "style": "wp-block-post-content", |
42 "editorStyle": "wp-block-post-content-editor" |
72 "editorStyle": "wp-block-post-content-editor" |
43 } |
73 } |