Changeset 55246 for trunk/src/wp-includes/blocks/navigation/block.json
- Timestamp:
- 02/07/2023 07:01:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation/block.json
r54483 r55246 68 68 "type": "number", 69 69 "default": 5 70 }, 71 "templateLock": { 72 "type": [ "string", "boolean" ], 73 "enum": [ "all", "insert", "contentOnly", false ] 70 74 } 71 75 }, … … 89 93 "supports": { 90 94 "align": [ "wide", "full" ], 95 "anchor": true, 91 96 "html": false, 92 97 "inserter": true, … … 116 121 "allowInheriting": false, 117 122 "allowVerticalAlignment": false, 123 "allowSizingOnChildren": true, 118 124 "default": { 119 125 "type": "flex"
Note: See TracChangeset
for help on using the changeset viewer.