kollapsminoriteten/wp-content/plugins/jetpack/_inc/blocks/sharing-button/block.json

34 lines
818 B
JSON
Raw Normal View History

2023-12-07 09:44:11 +01:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "jetpack/sharing-button",
2024-02-16 11:03:01 +01:00
"title": "Sharing Button",
"description": "Display a sharing button, allowing users to share your post.",
2023-12-07 09:44:11 +01:00
"keywords": [],
"version": "12.5.0",
"textdomain": "jetpack",
"category": "embed",
"parent": [
"jetpack/sharing-buttons"
],
"attributes": {
"service": {
"type": "string"
},
"label": {
"type": "string"
}
},
"usesContext": [
"styleType",
2024-02-16 11:03:01 +01:00
"postId",
"iconColorValue",
"iconBackgroundColorValue"
2023-12-07 09:44:11 +01:00
],
"supports": {
"reusable": false,
"html": false
},
"viewScript": "file:./view.js",
"editorScript": "jetpack-blocks-editor"
}