| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "apiVersion": 2,
- "name": "core/social-links",
- "title": "Social Icons",
- "category": "widgets",
- "description": "Display icons linking to your social media profiles or websites.",
- "keywords": [ "links" ],
- "textdomain": "default",
- "attributes": {
- "iconColor": {
- "type": "string"
- },
- "customIconColor": {
- "type": "string"
- },
- "iconColorValue": {
- "type": "string"
- },
- "iconBackgroundColor": {
- "type": "string"
- },
- "customIconBackgroundColor": {
- "type": "string"
- },
- "iconBackgroundColorValue": {
- "type": "string"
- },
- "openInNewTab": {
- "type": "boolean",
- "default": false
- },
- "size": {
- "type": "string"
- }
- },
- "providesContext": {
- "openInNewTab": "openInNewTab",
- "iconColorValue": "iconColorValue",
- "iconBackgroundColorValue": "iconBackgroundColorValue"
- },
- "supports": {
- "align": [ "left", "center", "right" ],
- "anchor": true
- },
- "styles": [
- { "name": "default", "label": "Default", "isDefault": true },
- { "name": "logos-only", "label": "Logos Only" },
- { "name": "pill-shape", "label": "Pill Shape" }
- ],
- "editorStyle": "wp-block-social-links-editor",
- "style": "wp-block-social-links"
- }
|