Changeset 52042 for trunk/src/wp-includes/blocks/social-links/block.json
- Timestamp:
- 11/08/2021 02:26:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/social-links/block.json
r50929 r52042 41 41 "supports": { 42 42 "align": [ "left", "center", "right" ], 43 "anchor": true 43 "anchor": true, 44 "__experimentalExposeControlsToChildren": true, 45 "__experimentalLayout": { 46 "allowSwitching": false, 47 "allowInheriting": false, 48 "default": { 49 "type": "flex" 50 } 51 }, 52 "spacing": { 53 "blockGap": true, 54 "margin": [ "top", "bottom" ], 55 "units": [ 56 "px", 57 "em", 58 "rem", 59 "vh", 60 "vw" 61 ], 62 "__experimentalDefaultControls": { 63 "blockGap": true 64 } 65 } 44 66 }, 45 67 "styles": [
Note: See TracChangeset
for help on using the changeset viewer.