Changeset 56065 for trunk/src/wp-includes/blocks/navigation/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation/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/navigation", 5 5 "title": "Navigation", … … 88 88 "openSubmenusOnClick": "openSubmenusOnClick", 89 89 "style": "style", 90 "orientation": "orientation",91 90 "maxNestingLevel": "maxNestingLevel" 92 91 }, … … 116 115 } 117 116 }, 118 " __experimentalLayout": {117 "layout": { 119 118 "allowSwitching": false, 120 119 "allowInheriting": false,
Note: See TracChangeset
for help on using the changeset viewer.