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-edit-link", |
4 "name": "core/comment-edit-link", |
5 "title": "Comment Edit Link", |
5 "title": "Comment Edit Link", |
6 "category": "theme", |
6 "category": "theme", |
7 "ancestor": [ "core/comment-template" ], |
7 "ancestor": [ "core/comment-template" ], |
8 "description": "Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.", |
8 "description": "Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.", |
26 "__experimentalDefaultControls": { |
26 "__experimentalDefaultControls": { |
27 "background": true, |
27 "background": true, |
28 "link": true |
28 "link": true |
29 } |
29 } |
30 }, |
30 }, |
|
31 "spacing": { |
|
32 "margin": true, |
|
33 "padding": true |
|
34 }, |
31 "typography": { |
35 "typography": { |
32 "fontSize": true, |
36 "fontSize": true, |
33 "lineHeight": true, |
37 "lineHeight": true, |
34 "__experimentalFontFamily": true, |
38 "__experimentalFontFamily": true, |
35 "__experimentalFontWeight": true, |
39 "__experimentalFontWeight": true, |
36 "__experimentalFontStyle": true, |
40 "__experimentalFontStyle": true, |
37 "__experimentalTextTransform": true, |
41 "__experimentalTextTransform": true, |
38 "__experimentalLetterSpacing": true |
42 "__experimentalTextDecoration": true, |
|
43 "__experimentalLetterSpacing": true, |
|
44 "__experimentalDefaultControls": { |
|
45 "fontSize": true |
|
46 } |
|
47 }, |
|
48 "interactivity": { |
|
49 "clientNavigation": true |
39 } |
50 } |
40 } |
51 } |
41 } |
52 } |