equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/post-comments-form", |
4 "name": "core/post-comments-form", |
5 "title": "Post Comments Form", |
5 "title": "Comments Form", |
6 "category": "theme", |
6 "category": "theme", |
7 "description": "Display a post's comments form.", |
7 "description": "Display a post's comments form.", |
8 "textdomain": "default", |
8 "textdomain": "default", |
9 "attributes": { |
9 "attributes": { |
10 "textAlign": { |
10 "textAlign": { |
14 "usesContext": [ "postId", "postType" ], |
14 "usesContext": [ "postId", "postType" ], |
15 "supports": { |
15 "supports": { |
16 "html": false, |
16 "html": false, |
17 "color": { |
17 "color": { |
18 "gradients": true, |
18 "gradients": true, |
|
19 "heading": true, |
19 "link": true, |
20 "link": true, |
20 "__experimentalDefaultControls": { |
21 "__experimentalDefaultControls": { |
21 "background": true, |
22 "background": true, |
22 "text": true |
23 "text": true |
23 } |
24 } |
|
25 }, |
|
26 "spacing": { |
|
27 "margin": true, |
|
28 "padding": true |
24 }, |
29 }, |
25 "typography": { |
30 "typography": { |
26 "fontSize": true, |
31 "fontSize": true, |
27 "lineHeight": true, |
32 "lineHeight": true, |
28 "__experimentalFontStyle": true, |
33 "__experimentalFontStyle": true, |