Changeset 49135 for trunk/src/wp-includes/blocks/search/block.json
- Timestamp:
- 10/13/2020 01:07:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search/block.json
r48845 r49135 3 3 "category": "widgets", 4 4 "attributes": { 5 "align": { 6 "type": "string", 7 "enum": [ 8 "left", 9 "center", 10 "right", 11 "wide", 12 "full" 13 ] 14 }, 15 "className": { 5 "label": { 16 6 "type": "string" 17 7 }, 18 "label": { 19 "type": "string" 8 "showLabel": { 9 "type": "bool", 10 "default": true 20 11 }, 21 12 "placeholder": { … … 23 14 "default": "" 24 15 }, 16 "width": { 17 "type": "number" 18 }, 19 "widthUnit": { 20 "type": "string" 21 }, 25 22 "buttonText": { 26 23 "type": "string" 24 }, 25 "buttonPosition": { 26 "type": "string", 27 "default": "button-outside" 28 }, 29 "buttonUseIcon": { 30 "type": "bool", 31 "default": false 27 32 } 28 33 }, 29 34 "supports": { 30 "align": true, 31 "html": false 35 "align": [ "left", "center", "right" ], 36 "html": false, 37 "lightBlockWrapper": true 32 38 } 33 39 }
Note: See TracChangeset
for help on using the changeset viewer.