Changeset 50929 for trunk/src/wp-includes/blocks/social-links/block.json
- Timestamp:
- 05/19/2021 03:07:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/social-links/block.json
r50824 r50929 2 2 "apiVersion": 2, 3 3 "name": "core/social-links", 4 "title": "Social Icons", 4 5 "category": "widgets", 6 "description": "Display icons linking to your social media profiles or websites.", 7 "keywords": [ "links" ], 8 "textdomain": "default", 5 9 "attributes": { 6 10 "iconColor": { … … 39 43 "anchor": true 40 44 }, 45 "styles": [ 46 { "name": "default", "label": "Default", "isDefault": true }, 47 { "name": "logos-only", "label": "Logos Only" }, 48 { "name": "pill-shape", "label": "Pill Shape" } 49 ], 41 50 "editorStyle": "wp-block-social-links-editor", 42 51 "style": "wp-block-social-links"
Note: See TracChangeset
for help on using the changeset viewer.