wp/wp-includes/blocks/post-author-biography/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    10 		"textAlign": {
    10 		"textAlign": {
    11 			"type": "string"
    11 			"type": "string"
    12 		}
    12 		}
    13 	},
    13 	},
    14 	"usesContext": [ "postType", "postId" ],
    14 	"usesContext": [ "postType", "postId" ],
       
    15 	"example": {
       
    16 		"viewportWidth": 350
       
    17 	},
    15 	"supports": {
    18 	"supports": {
    16 		"spacing": {
    19 		"spacing": {
    17 			"margin": true,
    20 			"margin": true,
    18 			"padding": true
    21 			"padding": true
    19 		},
    22 		},
    38 				"fontSize": true
    41 				"fontSize": true
    39 			}
    42 			}
    40 		},
    43 		},
    41 		"interactivity": {
    44 		"interactivity": {
    42 			"clientNavigation": true
    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 			}
    43 		}
    58 		}
    44 	}
    59 	},
       
    60 	"style": "wp-block-post-author-biography"
    45 }
    61 }