wp/wp-includes/blocks/post-author/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    24 		"byline": {
    24 		"byline": {
    25 			"type": "string"
    25 			"type": "string"
    26 		},
    26 		},
    27 		"isLink": {
    27 		"isLink": {
    28 			"type": "boolean",
    28 			"type": "boolean",
    29 			"default": false
    29 			"default": false,
       
    30 			"role": "content"
    30 		},
    31 		},
    31 		"linkTarget": {
    32 		"linkTarget": {
    32 			"type": "string",
    33 			"type": "string",
    33 			"default": "_self"
    34 			"default": "_self",
       
    35 			"role": "content"
    34 		}
    36 		}
    35 	},
    37 	},
    36 	"usesContext": [ "postType", "postId", "queryId" ],
    38 	"usesContext": [ "postType", "postId", "queryId" ],
    37 	"supports": {
    39 	"supports": {
    38 		"html": false,
    40 		"html": false,
    62 				"text": true
    64 				"text": true
    63 			}
    65 			}
    64 		},
    66 		},
    65 		"interactivity": {
    67 		"interactivity": {
    66 			"clientNavigation": true
    68 			"clientNavigation": true
       
    69 		},
       
    70 		"__experimentalBorder": {
       
    71 			"radius": true,
       
    72 			"color": true,
       
    73 			"width": true,
       
    74 			"style": true,
       
    75 			"__experimentalDefaultControls": {
       
    76 				"radius": true,
       
    77 				"color": true,
       
    78 				"width": true,
       
    79 				"style": true
       
    80 			}
    67 		}
    81 		}
    68 	},
    82 	},
       
    83 	"editorStyle": "wp-block-post-author-editor",
    69 	"style": "wp-block-post-author"
    84 	"style": "wp-block-post-author"
    70 }
    85 }