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

76 lines
1.7 KiB
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
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",
2022-06-16 14:03:35 +02:00
"description": "Display icons linking to your social media profiles or sites.",
2021-07-23 11:58:50 +02:00
"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
},
2022-06-16 14:03:35 +02:00
"showLabels": {
"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",
2022-06-16 14:03:35 +02:00
"showLabels": "showLabels",
2021-04-27 08:32:47 +02:00
"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" ],
2022-04-02 10:26:41 +02:00
"anchor": true,
"__experimentalExposeControlsToChildren": true,
"__experimentalLayout": {
"allowSwitching": false,
"allowInheriting": false,
2022-06-16 14:03:35 +02:00
"allowVerticalAlignment": false,
2022-04-02 10:26:41 +02:00
"default": {
"type": "flex"
}
},
"spacing": {
2022-06-16 14:03:35 +02:00
"blockGap": [ "horizontal", "vertical" ],
2022-04-02 10:26:41 +02:00
"margin": [ "top", "bottom" ],
2022-06-16 14:03:35 +02:00
"units": [ "px", "em", "rem", "vh", "vw" ],
2022-04-02 10:26:41 +02:00
"__experimentalDefaultControls": {
"blockGap": 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
}