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/post-author-biography", |
4 "name": "core/post-author-biography", |
5 "title": "Post Author Biography", |
5 "title": "Author Biography", |
6 "category": "theme", |
6 "category": "theme", |
7 "description": "The author biography.", |
7 "description": "The author biography.", |
8 "textdomain": "default", |
8 "textdomain": "default", |
9 "attributes": { |
9 "attributes": { |
10 "textAlign": { |
10 "textAlign": { |
30 "lineHeight": true, |
30 "lineHeight": true, |
31 "__experimentalFontFamily": true, |
31 "__experimentalFontFamily": true, |
32 "__experimentalFontWeight": true, |
32 "__experimentalFontWeight": true, |
33 "__experimentalFontStyle": true, |
33 "__experimentalFontStyle": true, |
34 "__experimentalTextTransform": true, |
34 "__experimentalTextTransform": true, |
|
35 "__experimentalTextDecoration": true, |
35 "__experimentalLetterSpacing": true, |
36 "__experimentalLetterSpacing": true, |
36 "__experimentalDefaultControls": { |
37 "__experimentalDefaultControls": { |
37 "fontSize": true |
38 "fontSize": true |
38 } |
39 } |
|
40 }, |
|
41 "interactivity": { |
|
42 "clientNavigation": true |
39 } |
43 } |
40 } |
44 } |
41 } |
45 } |