Changeset 56065 for trunk/src/wp-includes/blocks/columns/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/columns/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/columns/block.json
r54257 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/columns", 5 5 "title": "Columns", … … 14 14 "type": "boolean", 15 15 "default": true 16 }, 17 "templateLock": { 18 "type": [ "string", "boolean" ], 19 "enum": [ "all", "insert", "contentOnly", false ] 16 20 } 17 21 }, … … 36 40 "padding": true, 37 41 "__experimentalDefaultControls": { 38 "padding": true 42 "padding": true, 43 "blockGap": true 39 44 } 40 45 }, 41 " __experimentalLayout": {46 "layout": { 42 47 "allowSwitching": false, 43 48 "allowInheriting": false,
Note: See TracChangeset
for help on using the changeset viewer.