kollapsminoriteten/wp-includes/blocks/social-links/block.json

53 lines
1.1 KiB
JSON
Raw Normal View History

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",
2021-07-23 11:58:50 +02:00
"title": "Social Icons",
2020-09-15 14:29:22 +02:00
"category": "widgets",
2021-07-23 11:58:50 +02:00
"description": "Display icons linking to your social media profiles or websites.",
"keywords": [ "links" ],
"textdomain": "default",
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": {
2021-07-23 11:58:50 +02:00
"align": [ "left", "center", "right" ],
2020-09-15 14:29:22 +02:00
"anchor": true
2021-04-27 08:32:47 +02:00
},
2021-07-23 11:58:50 +02:00
"styles": [
{ "name": "default", "label": "Default", "isDefault": true },
{ "name": "logos-only", "label": "Logos Only" },
{ "name": "pill-shape", "label": "Pill Shape" }
],
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
}