1{
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/post-author-biography",
5 "title": "Author Biography",
6 "category": "theme",
7 "description": "The author biography.",
8 "textdomain": "default",
9 "attributes": {
10 "textAlign": {
11 "type": "string"
12 }
13 },
14 "usesContext": [ "postType", "postId" ],
15 "example": {
16 "viewportWidth": 350
17 },
18 "supports": {
19 "spacing": {
20 "margin": true,
21 "padding": true
22 },
23 "color": {
24 "gradients": true,
25 "link": true,
26 "__experimentalDefaultControls": {
27 "background": true,
28 "text": true
29 }
30 },
31 "typography": {
32 "fontSize": true,
33 "lineHeight": true,
34 "__experimentalFontFamily": true,
35 "__experimentalFontWeight": true,
36 "__experimentalFontStyle": true,
37 "__experimentalTextTransform": true,
38 "__experimentalTextDecoration": true,
39 "__experimentalLetterSpacing": true,
40 "__experimentalDefaultControls": {
41 "fontSize": true
42 }
43 },
44 "interactivity": {
45 "clientNavigation": true
46 },
47 "__experimentalBorder": {
48 "radius": true,
49 "color": true,
50 "width": true,
51 "style": true,
52 "__experimentalDefaultControls": {
53 "radius": true,
54 "color": true,
55 "width": true,
56 "style": true
57 }
58 }
59 },
60 "style": "wp-block-post-author-biography"
61}
62