wp/wp-includes/blocks/search/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/search",
     4 	"name": "core/search",
     4 	"title": "Search",
     5 	"title": "Search",
     5 	"category": "widgets",
     6 	"category": "widgets",
     6 	"description": "Help visitors find your content.",
     7 	"description": "Help visitors find your content.",
    39 			"default": false
    40 			"default": false
    40 		}
    41 		}
    41 	},
    42 	},
    42 	"supports": {
    43 	"supports": {
    43 		"align": [ "left", "center", "right" ],
    44 		"align": [ "left", "center", "right" ],
       
    45 		"color": {
       
    46 			"gradients": true,
       
    47 			"__experimentalSkipSerialization": true,
       
    48 			"__experimentalDefaultControls": {
       
    49 				"background": true,
       
    50 				"text": true
       
    51 			}
       
    52 		},
    44 		"__experimentalBorder": {
    53 		"__experimentalBorder": {
       
    54 			"color": true,
    45 			"radius": true,
    55 			"radius": true,
    46 			"__experimentalSkipSerialization": true
    56 			"width": true,
       
    57 			"__experimentalSkipSerialization": true,
       
    58 			"__experimentalDefaultControls": {
       
    59 				"color": true,
       
    60 				"radius": true,
       
    61 				"width": true
       
    62 			}
    47 		},
    63 		},
    48 		"html": false
    64 		"html": false
    49 	},
    65 	},
    50 	"editorStyle": "wp-block-search-editor",
    66 	"editorStyle": "wp-block-search-editor",
    51 	"style": "wp-block-search"
    67 	"style": "wp-block-search"