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-pagination-previous", |
4 "name": "core/comments-pagination-previous", |
5 "title": "Previous Page", |
5 "title": "Comments Previous Page", |
6 "category": "theme", |
6 "category": "theme", |
7 "parent": [ "core/comments-pagination" ], |
7 "parent": [ "core/comments-pagination" ], |
8 "description": "Displays the previous comment's page link.", |
8 "description": "Displays the previous comment's page link.", |
9 "textdomain": "default", |
9 "textdomain": "default", |
10 "attributes": { |
10 "attributes": { |
24 } |
24 } |
25 }, |
25 }, |
26 "typography": { |
26 "typography": { |
27 "fontSize": true, |
27 "fontSize": true, |
28 "lineHeight": true, |
28 "lineHeight": true, |
|
29 "__experimentalFontFamily": true, |
|
30 "__experimentalFontWeight": true, |
29 "__experimentalFontStyle": true, |
31 "__experimentalFontStyle": true, |
30 "__experimentalFontWeight": true, |
32 "__experimentalTextTransform": true, |
|
33 "__experimentalTextDecoration": true, |
31 "__experimentalLetterSpacing": true, |
34 "__experimentalLetterSpacing": true, |
32 "__experimentalTextTransform": true, |
|
33 "__experimentalDefaultControls": { |
35 "__experimentalDefaultControls": { |
34 "fontSize": true |
36 "fontSize": true |
35 } |
37 } |
|
38 }, |
|
39 "interactivity": { |
|
40 "clientNavigation": true |
36 } |
41 } |
37 } |
42 } |
38 } |
43 } |