block.json (996B)
1 { 2 "apiVersion": 2, 3 "name": "core/search", 4 "title": "Search", 5 "category": "widgets", 6 "description": "Help visitors find your content.", 7 "keywords": [ "find" ], 8 "textdomain": "default", 9 "attributes": { 10 "label": { 11 "type": "string", 12 "__experimentalRole": "content" 13 }, 14 "showLabel": { 15 "type": "boolean", 16 "default": true 17 }, 18 "placeholder": { 19 "type": "string", 20 "default": "", 21 "__experimentalRole": "content" 22 }, 23 "width": { 24 "type": "number" 25 }, 26 "widthUnit": { 27 "type": "string" 28 }, 29 "buttonText": { 30 "type": "string", 31 "__experimentalRole": "content" 32 }, 33 "buttonPosition": { 34 "type": "string", 35 "default": "button-outside" 36 }, 37 "buttonUseIcon": { 38 "type": "boolean", 39 "default": false 40 } 41 }, 42 "supports": { 43 "align": [ "left", "center", "right" ], 44 "__experimentalBorder": { 45 "radius": true, 46 "__experimentalSkipSerialization": true 47 }, 48 "html": false 49 }, 50 "editorStyle": "wp-block-search-editor", 51 "style": "wp-block-search" 52 }