wp/wp-includes/blocks/post-title/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    13 		},
    13 		},
    14 		"level": {
    14 		"level": {
    15 			"type": "number",
    15 			"type": "number",
    16 			"default": 2
    16 			"default": 2
    17 		},
    17 		},
       
    18 		"levelOptions": {
       
    19 			"type": "array"
       
    20 		},
    18 		"isLink": {
    21 		"isLink": {
    19 			"type": "boolean",
    22 			"type": "boolean",
    20 			"default": false
    23 			"default": false,
       
    24 			"role": "content"
    21 		},
    25 		},
    22 		"rel": {
    26 		"rel": {
    23 			"type": "string",
    27 			"type": "string",
    24 			"attribute": "rel",
    28 			"attribute": "rel",
    25 			"default": ""
    29 			"default": "",
       
    30 			"role": "content"
    26 		},
    31 		},
    27 		"linkTarget": {
    32 		"linkTarget": {
    28 			"type": "string",
    33 			"type": "string",
    29 			"default": "_self"
    34 			"default": "_self",
       
    35 			"role": "content"
    30 		}
    36 		}
       
    37 	},
       
    38 	"example": {
       
    39 		"viewportWidth": 350
    31 	},
    40 	},
    32 	"supports": {
    41 	"supports": {
    33 		"align": [ "wide", "full" ],
    42 		"align": [ "wide", "full" ],
    34 		"html": false,
    43 		"html": false,
    35 		"color": {
    44 		"color": {
    58 				"fontSize": true
    67 				"fontSize": true
    59 			}
    68 			}
    60 		},
    69 		},
    61 		"interactivity": {
    70 		"interactivity": {
    62 			"clientNavigation": true
    71 			"clientNavigation": true
       
    72 		},
       
    73 		"__experimentalBorder": {
       
    74 			"radius": true,
       
    75 			"color": true,
       
    76 			"width": true,
       
    77 			"style": true,
       
    78 			"__experimentalDefaultControls": {
       
    79 				"radius": true,
       
    80 				"color": true,
       
    81 				"width": true,
       
    82 				"style": true
       
    83 			}
    63 		}
    84 		}
    64 	},
    85 	},
    65 	"style": "wp-block-post-title"
    86 	"style": "wp-block-post-title"
    66 }
    87 }