2020-07-01 08:29:03 -04:00
|
|
|
{
|
2020-10-20 09:36:16 -04:00
|
|
|
"apiVersion": 2,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/social-links",
|
|
|
|
"category": "widgets",
|
2020-10-13 09:10:30 -04:00
|
|
|
"attributes": {
|
2021-02-02 00:17:13 -05:00
|
|
|
"iconColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"customIconColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"iconColorValue": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"iconBackgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"customIconBackgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"iconBackgroundColorValue": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2020-10-13 09:10:30 -04:00
|
|
|
"openInNewTab": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"size": {
|
|
|
|
"type": "string"
|
2020-10-13 09:10:30 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"providesContext": {
|
|
|
|
"openInNewTab": "openInNewTab"
|
|
|
|
},
|
2020-07-01 08:29:03 -04:00
|
|
|
"supports": {
|
|
|
|
"align": [
|
|
|
|
"left",
|
|
|
|
"center",
|
|
|
|
"right"
|
|
|
|
],
|
2020-07-07 10:43:35 -04:00
|
|
|
"anchor": true
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-social-links-editor",
|
|
|
|
"style": "wp-block-social-links"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|