Changeset 53157 for trunk/src/wp-includes/blocks/navigation/block.json
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation/block.json
r52595 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/navigation", … … 5 6 "category": "theme", 6 7 "description": "A collection of blocks that allow visitors to get around your site.", 7 "keywords": [ 8 "menu", 9 "navigation", 10 "links" 11 ], 8 "keywords": [ "menu", "navigation", "links" ], 12 9 "textdomain": "default", 13 10 "attributes": { … … 45 42 "default": "mobile" 46 43 }, 44 "hasIcon": { 45 "type": "boolean", 46 "default": true 47 }, 47 48 "__unstableLocation": { 48 49 "type": "string" … … 59 60 "customOverlayTextColor": { 60 61 "type": "string" 62 }, 63 "maxNestingLevel": { 64 "type": "number", 65 "default": 5 61 66 } 62 67 }, … … 76 81 "openSubmenusOnClick": "openSubmenusOnClick", 77 82 "style": "style", 78 "orientation": "orientation" 83 "orientation": "orientation", 84 "maxNestingLevel": "maxNestingLevel" 79 85 }, 80 86 "supports": { 81 "align": [ 82 "wide", 83 "full" 84 ], 87 "align": [ "wide", "full" ], 85 88 "anchor": true, 86 89 "html": false, … … 93 96 "__experimentalTextTransform": true, 94 97 "__experimentalFontFamily": true, 98 "__experimentalTextDecoration": true, 99 "__experimentalSkipSerialization": [ "textDecoration" ], 95 100 "__experimentalDefaultControls": { 96 101 "fontSize": true … … 98 103 }, 99 104 "spacing": { 100 "units": [ "px", "em", "rem", "vh", "vw" ] 105 "blockGap": true, 106 "units": [ "px", "em", "rem", "vh", "vw" ], 107 "__experimentalDefaultControls": { 108 "blockGap": true 109 } 101 110 }, 102 111 "__experimentalLayout": { 103 112 "allowSwitching": false, 104 113 "allowInheriting": false, 114 "allowVerticalAlignment": false, 105 115 "default": { 106 116 "type": "flex"
Note: See TracChangeset
for help on using the changeset viewer.