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/comment-reply-link", |
4 "name": "core/comment-reply-link", |
5 "title": "Comment Reply Link", |
5 "title": "Comment Reply Link", |
6 "category": "theme", |
6 "category": "theme", |
7 "ancestor": [ "core/comment-template" ], |
7 "ancestor": [ "core/comment-template" ], |
8 "description": "Displays a link to reply to a comment.", |
8 "description": "Displays a link to reply to a comment.", |
21 "__experimentalDefaultControls": { |
21 "__experimentalDefaultControls": { |
22 "background": true, |
22 "background": true, |
23 "link": true |
23 "link": true |
24 } |
24 } |
25 }, |
25 }, |
|
26 "spacing": { |
|
27 "margin": true, |
|
28 "padding": true |
|
29 }, |
26 "typography": { |
30 "typography": { |
27 "fontSize": true, |
31 "fontSize": true, |
28 "lineHeight": true, |
32 "lineHeight": true, |
29 "__experimentalFontFamily": true, |
33 "__experimentalFontFamily": true, |
30 "__experimentalFontWeight": true, |
34 "__experimentalFontWeight": true, |
31 "__experimentalFontStyle": true, |
35 "__experimentalFontStyle": true, |
32 "__experimentalTextTransform": true, |
36 "__experimentalTextTransform": true, |
33 "__experimentalLetterSpacing": true |
37 "__experimentalTextDecoration": true, |
|
38 "__experimentalLetterSpacing": true, |
|
39 "__experimentalDefaultControls": { |
|
40 "fontSize": true |
|
41 } |
34 }, |
42 }, |
35 "html": false |
43 "html": false |
36 } |
44 } |
37 } |
45 } |