{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/social-link",
  "title" : "Refoundry Social Icon",
  "category" : "widgets",
  "parent" : [
    "foundry/social-list"
  ],
  "description" : "Display an icon linking to a social media profile or site.",
  "textdomain" : "default",
  "attributes" : {
    "url" : {
      "type" : "string"
    },
    "service" : {
      "type" : "string"
    },
    "label" : {
      "type" : "string"
    },
    "isShare" : {
      "type" : "boolean"
    },
    "customIconShortcode" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "spacing",
    "openInNewTab",
    "showLabels",
    "iconColorValue",
    "iconBackgroundColorValue",
    "border",
    "borderRadius"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css"
}
