wp/wp-includes/blocks/post-author-name/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 		"isLink": {
    13 		"isLink": {
    14 			"type": "boolean",
    14 			"type": "boolean",
    15 			"default": false
    15 			"default": false,
       
    16 			"role": "content"
    16 		},
    17 		},
    17 		"linkTarget": {
    18 		"linkTarget": {
    18 			"type": "string",
    19 			"type": "string",
    19 			"default": "_self"
    20 			"default": "_self",
       
    21 			"role": "content"
    20 		}
    22 		}
    21 	},
    23 	},
    22 	"usesContext": [ "postType", "postId" ],
    24 	"usesContext": [ "postType", "postId" ],
       
    25 	"example": {
       
    26 		"viewportWidth": 350
       
    27 	},
    23 	"supports": {
    28 	"supports": {
    24 		"html": false,
    29 		"html": false,
    25 		"spacing": {
    30 		"spacing": {
    26 			"margin": true,
    31 			"margin": true,
    27 			"padding": true
    32 			"padding": true
    48 				"fontSize": true
    53 				"fontSize": true
    49 			}
    54 			}
    50 		},
    55 		},
    51 		"interactivity": {
    56 		"interactivity": {
    52 			"clientNavigation": true
    57 			"clientNavigation": true
       
    58 		},
       
    59 		"__experimentalBorder": {
       
    60 			"radius": true,
       
    61 			"color": true,
       
    62 			"width": true,
       
    63 			"style": true,
       
    64 			"__experimentalDefaultControls": {
       
    65 				"radius": true,
       
    66 				"color": true,
       
    67 				"width": true,
       
    68 				"style": true
       
    69 			}
    53 		}
    70 		}
    54 	}
    71 	},
       
    72 	"style": "wp-block-post-author-name"
    55 }
    73 }