{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/social-list",
  "title" : "Refoundry Social Icons",
  "category" : "widgets",
  "description" : "Display icons linking to your social media profiles or sites.",
  "keywords" : [
    "links"
  ],
  "textdomain" : "default",
  "attributes" : {
    "iconColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "customIconColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "iconBackgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "iconColorHover" : {
      "type" : "string",
      "isFndryId" : true
    },
    "iconBackgroundColorHover" : {
      "type" : "string",
      "isFndryId" : true
    },
    "customIconBackgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "openInNewTab" : {
      "type" : "boolean",
      "default" : true
    },
    "size" : {
      "type" : "string",
      "default" : "1.5rem"
    },
    "padding": {
      "type": "string"
    },
    "gap": {
      "type": "string"
    },
    "spacing" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "default" : {
        "all" : 2
      }
    },
    "justify" : {
      "type" : "object",
      "responsiveUtilityType" : "justify",
      "baseClass" : true,
      "default" : {
        "all" : "start"
      }
    },
    "align" : {
      "type" : "object",
      "responsiveUtilityType" : "align",
      "baseClass" : true,
      "default" : {
        "all" : "center"
      }
    },
    "flex" : {
      "type" : "object",
      "responsiveUtilityType" : "flex",
      "baseClass" : true,
      "default" : {
        "all" : "row"
      }
    },
    "borderRadius" : {
      "type" : "string"
    },
    "border" : {
      "type" : "object"
    },
    "innerBlocks": {
      "type": "array"
    }
  },
  "providesContext" : {
    "spacing" : "spacing",
    "openInNewTab" : "openInNewTab",
    "showLabels" : "showLabels",
    "iconColorValue" : "iconColorValue",
    "iconBackgroundColorValue" : "iconBackgroundColorValue",
    "border" : "border",
    "borderRadius" : "borderRadius"
  },
  "supports" : {
    "className" : false,
    "customClassName" : true
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css"
}
