Changeset 53157 for trunk/src/wp-includes/blocks/social-link
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/social-link/block.json
r50929 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/social-link", … … 5 6 "category": "widgets", 6 7 "parent": [ "core/social-links" ], 7 "description": "Display an icon linking to a social media profile or website.",8 "description": "Display an icon linking to a social media profile or site.", 8 9 "textdomain": "default", 9 10 "attributes": { … … 20 21 "usesContext": [ 21 22 "openInNewTab", 23 "showLabels", 22 24 "iconColorValue", 23 25 "iconBackgroundColorValue"
Note: See TracChangeset
for help on using the changeset viewer.