{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/sharing-buttons", "title": "Sharing Buttons", "description": "Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.", "keywords": [ "sharing", "social", "bluesky", "twitter", "x", "linkedin", "facebook", "mastodon", "tumblr", "threads", "whatsapp", "telegram", "pinterest", "pocket", "reddit", "nextdoor", "print", "email" ], "version": "12.5.0", "textdomain": "jetpack", "category": "embed", "icon": "", "attributes": { "styleType": { "type": "string", "default": "icon-text", "validValues": [ "icon-text", "icon", "text", "official" ] }, "size": { "type": "string", "default": "has-normal-icon-size", "validValues": [ "has-small-icon-size", "has-normal-icon-size", "has-large-icon-size", "has-huge-icon-size" ] }, "iconColor": { "type": "string" }, "customIconColor": { "type": "string" }, "iconColorValue": { "type": "string" }, "iconBackgroundColor": { "type": "string" }, "customIconBackgroundColor": { "type": "string" }, "iconBackgroundColorValue": { "type": "string" } }, "providesContext": { "styleType": "styleType", "iconColor": "iconColor", "iconColorValue": "iconColorValue", "iconBackgroundColor": "iconBackgroundColor", "iconBackgroundColorValue": "iconBackgroundColorValue" }, "supports": { "align": [ "left", "center", "right" ], "anchor": true, "__experimentalExposeControlsToChildren": true, "layout": { "allowSwitching": false, "allowInheriting": false, "allowVerticalAlignment": false, "default": { "type": "flex" } }, "color": { "enableContrastChecker": true, "background": true, "gradients": true, "customGradient": true, "text": false, "__experimentalDefaultControls": { "background": false } }, "spacing": { "blockGap": [ "horizontal", "vertical" ], "margin": true, "padding": true, "units": [ "px", "em", "rem", "vh", "vw" ], "__experimentalDefaultControls": { "blockGap": true, "margin": true, "padding": false } } }, "example": { "innerBlocks": [ { "name": "jetpack/sharing-button", "attributes": { "service": "facebook" } }, { "name": "jetpack/sharing-button", "attributes": { "service": "x" } }, { "name": "jetpack/sharing-button", "attributes": { "service": "mastodon" } } ] }, "viewScript": "file:./view.js", "style": "file:./view.css", "editorScript": "jetpack-blocks-editor" }