wp/wp-includes/blocks/query-title/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    15 		},
    15 		},
    16 		"level": {
    16 		"level": {
    17 			"type": "number",
    17 			"type": "number",
    18 			"default": 1
    18 			"default": 1
    19 		},
    19 		},
       
    20 		"levelOptions": {
       
    21 			"type": "array"
       
    22 		},
    20 		"showPrefix": {
    23 		"showPrefix": {
    21 			"type": "boolean",
    24 			"type": "boolean",
    22 			"default": true
    25 			"default": true
    23 		},
    26 		},
    24 		"showSearchTerm": {
    27 		"showSearchTerm": {
    25 			"type": "boolean",
    28 			"type": "boolean",
    26 			"default": true
    29 			"default": true
       
    30 		}
       
    31 	},
       
    32 	"example": {
       
    33 		"attributes": {
       
    34 			"type": "search"
    27 		}
    35 		}
    28 	},
    36 	},
    29 	"supports": {
    37 	"supports": {
    30 		"align": [ "wide", "full" ],
    38 		"align": [ "wide", "full" ],
    31 		"html": false,
    39 		"html": false,
    53 				"fontSize": true
    61 				"fontSize": true
    54 			}
    62 			}
    55 		},
    63 		},
    56 		"interactivity": {
    64 		"interactivity": {
    57 			"clientNavigation": true
    65 			"clientNavigation": true
       
    66 		},
       
    67 		"__experimentalBorder": {
       
    68 			"radius": true,
       
    69 			"color": true,
       
    70 			"width": true,
       
    71 			"style": true,
       
    72 			"__experimentalDefaultControls": {
       
    73 				"radius": true,
       
    74 				"color": true,
       
    75 				"width": true,
       
    76 				"style": true
       
    77 			}
    58 		}
    78 		}
    59 	},
    79 	},
    60 	"style": "wp-block-query-title"
    80 	"style": "wp-block-query-title"
    61 }
    81 }