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