2020-09-15 14:29:22 +02:00
|
|
|
{
|
2020-12-10 14:06:04 +01:00
|
|
|
"apiVersion": 2,
|
2020-09-15 14:29:22 +02:00
|
|
|
"name": "core/social-links",
|
|
|
|
|
"category": "widgets",
|
2020-12-10 14:06:04 +01:00
|
|
|
"attributes": {
|
2021-04-27 08:32:47 +02:00
|
|
|
"iconColor": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"customIconColor": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"iconColorValue": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"iconBackgroundColor": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"customIconBackgroundColor": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"iconBackgroundColorValue": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
2020-12-10 14:06:04 +01:00
|
|
|
"openInNewTab": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": false
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
|
|
|
|
"size": {
|
|
|
|
|
"type": "string"
|
2020-12-10 14:06:04 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"providesContext": {
|
2021-04-27 08:32:47 +02:00
|
|
|
"openInNewTab": "openInNewTab",
|
|
|
|
|
"iconColorValue": "iconColorValue",
|
|
|
|
|
"iconBackgroundColorValue": "iconBackgroundColorValue"
|
2020-12-10 14:06:04 +01:00
|
|
|
},
|
2020-09-15 14:29:22 +02:00
|
|
|
"supports": {
|
|
|
|
|
"align": [
|
|
|
|
|
"left",
|
|
|
|
|
"center",
|
|
|
|
|
"right"
|
|
|
|
|
],
|
|
|
|
|
"anchor": true
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
|
|
|
|
"editorStyle": "wp-block-social-links-editor",
|
|
|
|
|
"style": "wp-block-social-links"
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|