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-author-name", |
4 "name": "core/comment-author-name", |
5 "title": "Comment Author Name", |
5 "title": "Comment Author Name", |
6 "category": "theme", |
6 "category": "theme", |
7 "ancestor": [ "core/comment-template" ], |
7 "ancestor": [ "core/comment-template" ], |
8 "description": "Displays the name of the author of the comment.", |
8 "description": "Displays the name of the author of the comment.", |
41 "lineHeight": true, |
41 "lineHeight": true, |
42 "__experimentalFontFamily": true, |
42 "__experimentalFontFamily": true, |
43 "__experimentalFontWeight": true, |
43 "__experimentalFontWeight": true, |
44 "__experimentalFontStyle": true, |
44 "__experimentalFontStyle": true, |
45 "__experimentalTextTransform": true, |
45 "__experimentalTextTransform": true, |
46 "__experimentalLetterSpacing": true |
46 "__experimentalTextDecoration": true, |
|
47 "__experimentalLetterSpacing": true, |
|
48 "__experimentalDefaultControls": { |
|
49 "fontSize": true |
|
50 } |
|
51 }, |
|
52 "interactivity": { |
|
53 "clientNavigation": true |
47 } |
54 } |
48 } |
55 } |
49 } |
56 } |