{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "outermost/social-sharing",
  "title": "Social Sharing",
  "category": "widgets",
  "description": "Display icons that share the current page when clicked.",
  "keywords": [
    "icon",
    "social",
    "links",
    "share"
  ],
  "textdomain": "social-sharing-block",
  "attributes": {
    "iconColor": {
      "type": "string"
    },
    "customIconColor": {
      "type": "string"
    },
    "iconColorValue": {
      "type": "string"
    },
    "iconBackgroundColor": {
      "type": "string"
    },
    "customIconBackgroundColor": {
      "type": "string"
    },
    "iconBackgroundColorValue": {
      "type": "string"
    },
    "showLabels": {
      "type": "boolean",
      "default": false
    },
    "size": {
      "type": "string"
    },
    "shareCustomLink": {
      "type": "boolean",
      "default": false
    },
    "linkTitle": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "providesContext": {
    "iconBackgroundColor": "iconBackgroundColor",
    "iconBackgroundColorValue": "iconBackgroundColorValue",
    "iconColor": "iconColor",
    "iconColorValue": "iconColorValue",
    "showLabels": "showLabels",
    "shareCustomLink": "shareCustomLink",
    "linkTitle": "linkTitle",
    "url": "url"
  },
  "supports": {
    "align": [
      "left",
      "center",
      "right"
    ],
    "anchor": true,
    "__experimentalExposeControlsToChildren": true,
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowVerticalAlignment": false,
      "default": {
        "type": "flex"
      }
    },
    "__experimentalLayout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowVerticalAlignment": false,
      "default": {
        "type": "flex"
      }
    },
    "color": {
      "enableContrastChecker": false,
      "background": true,
      "gradients": true,
      "text": false,
      "__experimentalDefaultControls": {
        "background": false
      }
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true,
      "units": [
        "px",
        "em",
        "rem",
        "vh",
        "vw"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": false,
        "padding": false
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": false,
        "radius": false,
        "style": false,
        "width": false
      }
    }
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "logos-only",
      "label": "Logos Only"
    },
    {
      "name": "pill-shape",
      "label": "Pill Shape"
    }
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}