block.json (568B)
1 { 2 "apiVersion": 2, 3 "name": "core/social-link", 4 "title": "Social Icon", 5 "category": "widgets", 6 "parent": [ "core/social-links" ], 7 "description": "Display an icon linking to a social media profile or website.", 8 "textdomain": "default", 9 "attributes": { 10 "url": { 11 "type": "string" 12 }, 13 "service": { 14 "type": "string" 15 }, 16 "label": { 17 "type": "string" 18 } 19 }, 20 "usesContext": [ 21 "openInNewTab", 22 "iconColorValue", 23 "iconBackgroundColorValue" 24 ], 25 "supports": { 26 "reusable": false, 27 "html": false 28 }, 29 "editorStyle": "wp-block-social-link-editor" 30 }