Changeset 53157 for trunk/src/wp-includes/blocks/columns/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/columns/block.json
r52434 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/columns", … … 21 22 "color": { 22 23 "gradients": true, 23 "link": true 24 "link": true, 25 "__experimentalDefaultControls": { 26 "background": true, 27 "text": true 28 } 24 29 }, 25 30 "spacing": { 31 "blockGap": true, 26 32 "margin": [ "top", "bottom" ], 27 33 "padding": true, 28 34 "__experimentalDefaultControls": { 29 35 "padding": true 36 } 37 }, 38 "__experimentalLayout": { 39 "allowSwitching": false, 40 "allowInheriting": false, 41 "allowEditing": false, 42 "default": { 43 "type": "flex", 44 "flexWrap": "nowrap" 45 } 46 }, 47 "__experimentalBorder": { 48 "color": true, 49 "radius": true, 50 "style": true, 51 "width": true, 52 "__experimentalDefaultControls": { 53 "color": true, 54 "radius": true, 55 "style": true, 56 "width": true 30 57 } 31 58 }
Note: See TracChangeset
for help on using the changeset viewer.