Changeset 49226 for trunk/src/wp-includes/blocks/search/block.json
- Timestamp:
- 10/20/2020 01:33:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search/block.json
r49135 r49226 1 1 { 2 "apiVersion": 2, 2 3 "name": "core/search", 3 4 "category": "widgets", … … 7 8 }, 8 9 "showLabel": { 9 "type": "bool ",10 "type": "boolean", 10 11 "default": true 11 12 }, … … 28 29 }, 29 30 "buttonUseIcon": { 30 "type": "bool ",31 "type": "boolean", 31 32 "default": false 32 33 } … … 34 35 "supports": { 35 36 "align": [ "left", "center", "right" ], 36 "html": false, 37 "lightBlockWrapper": true 37 "html": false 38 38 } 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.