Changeset 53157 for trunk/src/wp-includes/blocks/group/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/group/block.json
r52402 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/group", 4 5 "title": "Group", 5 6 "category": "design", 6 "description": " Combine blocks into a group.",7 "description": "Gather blocks in a layout container.", 7 8 "keywords": [ "container", "wrapper", "row", "section" ], 8 9 "textdomain": "default", … … 23 24 "color": { 24 25 "gradients": true, 25 "link": true 26 "link": true, 27 "__experimentalDefaultControls": { 28 "background": true, 29 "text": true 30 } 26 31 }, 27 32 "spacing": { 33 "margin": [ "top", "bottom" ], 28 34 "padding": true, 29 35 "blockGap": true, … … 37 43 "radius": true, 38 44 "style": true, 39 "width": true 45 "width": true, 46 "__experimentalDefaultControls": { 47 "color": true, 48 "radius": true, 49 "style": true, 50 "width": true 51 } 52 }, 53 "typography": { 54 "fontSize": true, 55 "lineHeight": true, 56 "__experimentalFontStyle": true, 57 "__experimentalFontWeight": true, 58 "__experimentalLetterSpacing": true, 59 "__experimentalTextTransform": true, 60 "__experimentalDefaultControls": { 61 "fontSize": true 62 } 40 63 }, 41 64 "__experimentalLayout": true
Note: See TracChangeset
for help on using the changeset viewer.