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-content", |
4 "name": "core/comment-content", |
5 "title": "Comment Content", |
5 "title": "Comment Content", |
6 "category": "theme", |
6 "category": "theme", |
7 "ancestor": [ "core/comment-template" ], |
7 "ancestor": [ "core/comment-template" ], |
8 "description": "Displays the contents of a comment.", |
8 "description": "Displays the contents of a comment.", |
27 "lineHeight": true, |
27 "lineHeight": true, |
28 "__experimentalFontFamily": true, |
28 "__experimentalFontFamily": true, |
29 "__experimentalFontWeight": true, |
29 "__experimentalFontWeight": true, |
30 "__experimentalFontStyle": true, |
30 "__experimentalFontStyle": true, |
31 "__experimentalTextTransform": true, |
31 "__experimentalTextTransform": true, |
32 "__experimentalLetterSpacing": true |
32 "__experimentalTextDecoration": true, |
|
33 "__experimentalLetterSpacing": true, |
|
34 "__experimentalDefaultControls": { |
|
35 "fontSize": true |
|
36 } |
33 }, |
37 }, |
34 "spacing": { |
38 "spacing": { |
35 "padding": [ "horizontal", "vertical" ], |
39 "padding": [ "horizontal", "vertical" ], |
36 "__experimentalDefaultControls": { |
40 "__experimentalDefaultControls": { |
37 "padding": true |
41 "padding": true |