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

41 lines
760 B
JSON
Raw Normal View History

2020-05-06 17:23:38 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2020-05-06 17:23:38 +02:00
"name": "core/social-link",
2021-07-23 11:58:50 +02:00
"title": "Social Icon",
2020-05-06 17:23:38 +02:00
"category": "widgets",
2021-07-23 11:58:50 +02:00
"parent": [ "core/social-links" ],
2025-02-28 08:42:11 +01:00
"description": "Display an icon linking to a social profile or site.",
2021-07-23 11:58:50 +02:00
"textdomain": "default",
2020-05-06 17:23:38 +02:00
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
2023-04-26 17:39:43 +02:00
},
"rel": {
"type": "string"
2020-05-06 17:23:38 +02:00
}
2020-09-15 14:29:22 +02:00
},
2020-12-10 14:06:04 +01:00
"usesContext": [
2021-04-27 08:32:47 +02:00
"openInNewTab",
2022-06-16 14:03:35 +02:00
"showLabels",
2023-09-26 10:33:34 +02:00
"iconColor",
2021-04-27 08:32:47 +02:00
"iconColorValue",
2023-09-26 10:33:34 +02:00
"iconBackgroundColor",
2021-04-27 08:32:47 +02:00
"iconBackgroundColorValue"
2020-12-10 14:06:04 +01:00
],
2020-09-15 14:29:22 +02:00
"supports": {
"reusable": false,
2024-04-17 11:32:24 +02:00
"html": false,
"interactivity": {
"clientNavigation": true
}
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-social-link-editor"
2020-05-06 17:23:38 +02:00
}