Changeset 52042 for trunk/src/wp-includes/blocks/columns
- Timestamp:
- 11/08/2021 02:26:27 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/columns/block.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/columns/block.json
r50929 r52042 4 4 "title": "Columns", 5 5 "category": "design", 6 "description": " Add a block that displays content in multiple columns, then add whatever content blocks you’d like.",6 "description": "Display content in multiple columns, with blocks added to each column.", 7 7 "textdomain": "default", 8 8 "attributes": { 9 9 "verticalAlignment": { 10 10 "type": "string" 11 }, 12 "isStackedOnMobile": { 13 "type": "boolean", 14 "default": true 11 15 } 12 16 }, … … 18 22 "gradients": true, 19 23 "link": true 24 }, 25 "spacing": { 26 "blockGap": true, 27 "margin": [ "top", "bottom" ], 28 "padding": true, 29 "__experimentalDefaultControls": { 30 "blockGap": true 31 } 20 32 } 21 33 },
Note: See TracChangeset
for help on using the changeset viewer.