Changeset 53157 for trunk/src/wp-includes/blocks/social-links/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/social-links/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/social-links", 4 5 "title": "Social Icons", 5 6 "category": "widgets", 6 "description": "Display icons linking to your social media profiles or websites.",7 "description": "Display icons linking to your social media profiles or sites.", 7 8 "keywords": [ "links" ], 8 9 "textdomain": "default", … … 30 31 "default": false 31 32 }, 33 "showLabels": { 34 "type": "boolean", 35 "default": false 36 }, 32 37 "size": { 33 38 "type": "string" … … 36 41 "providesContext": { 37 42 "openInNewTab": "openInNewTab", 43 "showLabels": "showLabels", 38 44 "iconColorValue": "iconColorValue", 39 45 "iconBackgroundColorValue": "iconBackgroundColorValue" … … 46 52 "allowSwitching": false, 47 53 "allowInheriting": false, 54 "allowVerticalAlignment": false, 48 55 "default": { 49 56 "type": "flex" … … 51 58 }, 52 59 "spacing": { 53 "blockGap": true,60 "blockGap": [ "horizontal", "vertical" ], 54 61 "margin": [ "top", "bottom" ], 55 "units": [ 56 "px", 57 "em", 58 "rem", 59 "vh", 60 "vw" 61 ], 62 "units": [ "px", "em", "rem", "vh", "vw" ], 62 63 "__experimentalDefaultControls": { 63 64 "blockGap": true
Note: See TracChangeset
for help on using the changeset viewer.