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/comments-title", |
4 "name": "core/comments-title", |
5 "title": "Comments Title", |
5 "title": "Comments Title", |
6 "category": "theme", |
6 "category": "theme", |
7 "ancestor": [ "core/comments-query-loop" ], |
7 "ancestor": [ "core/comments" ], |
8 "description": "Displays a title with the number of comments", |
8 "description": "Displays a title with the number of comments.", |
9 "textdomain": "default", |
9 "textdomain": "default", |
10 "usesContext": [ "postId", "postType" ], |
10 "usesContext": [ "postId", "postType" ], |
11 "attributes": { |
11 "attributes": { |
12 "textAlign": { |
12 "textAlign": { |
13 "type": "string" |
13 "type": "string" |
47 "padding": true |
47 "padding": true |
48 }, |
48 }, |
49 "typography": { |
49 "typography": { |
50 "fontSize": true, |
50 "fontSize": true, |
51 "lineHeight": true, |
51 "lineHeight": true, |
|
52 "__experimentalFontFamily": true, |
|
53 "__experimentalFontWeight": true, |
52 "__experimentalFontStyle": true, |
54 "__experimentalFontStyle": true, |
53 "__experimentalFontWeight": true, |
|
54 "__experimentalFontFamily": true, |
|
55 "__experimentalTextTransform": true, |
55 "__experimentalTextTransform": true, |
|
56 "__experimentalTextDecoration": true, |
|
57 "__experimentalLetterSpacing": true, |
56 "__experimentalDefaultControls": { |
58 "__experimentalDefaultControls": { |
57 "fontSize": true, |
59 "fontSize": true, |
58 "__experimentalFontFamily": true, |
60 "__experimentalFontFamily": true, |
59 "__experimentalFontStyle": true, |
61 "__experimentalFontStyle": true, |
60 "__experimentalFontWeight": true |
62 "__experimentalFontWeight": true |
61 } |
63 } |
|
64 }, |
|
65 "interactivity": { |
|
66 "clientNavigation": true |
62 } |
67 } |
63 } |
68 } |
64 } |
69 } |