wp/wp-includes/blocks/query-title/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/query-title",
     4 	"name": "core/query-title",
     5 	"title": "Query Title",
     5 	"title": "Query Title",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Display the query title.",
     7 	"description": "Display the query title.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
    14 			"type": "string"
    14 			"type": "string"
    15 		},
    15 		},
    16 		"level": {
    16 		"level": {
    17 			"type": "number",
    17 			"type": "number",
    18 			"default": 1
    18 			"default": 1
       
    19 		},
       
    20 		"showPrefix": {
       
    21 			"type": "boolean",
       
    22 			"default": true
       
    23 		},
       
    24 		"showSearchTerm": {
       
    25 			"type": "boolean",
       
    26 			"default": true
    19 		}
    27 		}
    20 	},
    28 	},
    21 	"supports": {
    29 	"supports": {
    22 		"align": [ "wide", "full" ],
    30 		"align": [ "wide", "full" ],
    23 		"html": false,
    31 		"html": false,
    27 				"background": true,
    35 				"background": true,
    28 				"text": true
    36 				"text": true
    29 			}
    37 			}
    30 		},
    38 		},
    31 		"spacing": {
    39 		"spacing": {
    32 			"margin": true
    40 			"margin": true,
       
    41 			"padding": true
    33 		},
    42 		},
    34 		"typography": {
    43 		"typography": {
    35 			"fontSize": true,
    44 			"fontSize": true,
    36 			"lineHeight": true,
    45 			"lineHeight": true,
    37 			"__experimentalFontFamily": true,
    46 			"__experimentalFontFamily": true,
    38 			"__experimentalFontStyle": true,
    47 			"__experimentalFontStyle": true,
    39 			"__experimentalFontWeight": true,
    48 			"__experimentalFontWeight": true,
    40 			"__experimentalLetterSpacing": true,
    49 			"__experimentalLetterSpacing": true,
    41 			"__experimentalTextTransform": true,
    50 			"__experimentalTextTransform": true,
       
    51 			"__experimentalTextDecoration": true,
    42 			"__experimentalDefaultControls": {
    52 			"__experimentalDefaultControls": {
    43 				"fontSize": true,
    53 				"fontSize": true
    44 				"fontAppearance": true,
       
    45 				"textTransform": true
       
    46 			}
    54 			}
       
    55 		},
       
    56 		"interactivity": {
       
    57 			"clientNavigation": true
    47 		}
    58 		}
    48 	},
    59 	},
    49 	"editorStyle": "wp-block-query-title-editor"
    60 	"style": "wp-block-query-title"
    50 }
    61 }