wp/wp-includes/blocks/site-logo/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    10 		"width": {
    10 		"width": {
    11 			"type": "number"
    11 			"type": "number"
    12 		},
    12 		},
    13 		"isLink": {
    13 		"isLink": {
    14 			"type": "boolean",
    14 			"type": "boolean",
    15 			"default": true
    15 			"default": true,
       
    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 		"shouldSyncIcon": {
    23 		"shouldSyncIcon": {
    22 			"type": "boolean"
    24 			"type": "boolean"
    23 		}
    25 		}
    24 	},
    26 	},