Changeset 56065 for trunk/src/wp-includes/blocks/group/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/group/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/group/block.json
r55246 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/group", 5 5 "title": "Group", … … 16 16 "type": [ "string", "boolean" ], 17 17 "enum": [ "all", "insert", "contentOnly", false ] 18 }, 19 "allowedBlocks": { 20 "type": "array" 18 21 } 19 22 }, … … 73 76 } 74 77 }, 75 " __experimentalLayout": {78 "layout": { 76 79 "allowSizingOnChildren": true 77 80 }
Note: See TracChangeset
for help on using the changeset viewer.