{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "outermost/social-sharing-link",
  "title": "Social Sharing Link",
  "category": "widgets",
  "description": "Display an icon that shares the current page when clicked.",
  "parent": [
    "outermost/social-sharing"
  ],
  "textdomain": "social-sharing-block",
  "attributes": {
    "service": {
      "type": "string"
    },
    "label": {
      "type": "string",
      "__experimentalRole": "content"
    }
  },
  "usesContext": [
    "iconBackgroundColor",
    "iconBackgroundColorValue",
    "iconColor",
    "iconColorValue",
    "showLabels",
    "shareCustomLink",
    "linkTitle",
    "url"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "units": [
        "px",
        "em",
        "rem",
        "vh",
        "vw"
      ]
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": false,
        "radius": false,
        "style": false,
        "width": false
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}