Changeset 56065 for trunk/src/wp-includes/blocks/search/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/search/block.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search/block.json
r55440 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/search", 5 5 "title": "Search", … … 43 43 "type": "object", 44 44 "default": {} 45 }, 46 "buttonBehavior": { 47 "type": "string", 48 "default": "expand-searchfield" 49 }, 50 "isSearchFieldHidden": { 51 "type": "boolean", 52 "default": false 45 53 } 46 54 },
Note: See TracChangeset
for help on using the changeset viewer.