{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Social Icons",
  "name": "brandy/social-icons",
  "category": "brandy-blocks",
  "description": "Link visitors to your social profiles with a row of branded icons.",
  "keywords": [
    "social",
    "icons",
    "profiles",
    "follow",
    "links"
  ],
  "attributes": {
    "iconSize": {
      "type": "number",
      "default": 20
    },
    "shape": {
      "type": "string",
      "enum": [
        "none",
        "rounded",
        "circle",
        "square"
      ],
      "default": "circle"
    },
    "colorMode": {
      "type": "string",
      "enum": [
        "brand",
        "custom",
        "inherit"
      ],
      "default": "brand"
    },
    "iconColor": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "hoverIconColor": {
      "type": "string",
      "default": ""
    },
    "hoverBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "iconWeight": {
      "type": "string",
      "enum": [
        "regular",
        "fill",
        "duotone"
      ],
      "default": "fill"
    },
    "gap": {
      "type": "number",
      "default": 8
    },
    "justifyContent": {
      "type": "string",
      "enum": [
        "left",
        "center",
        "right"
      ],
      "default": "left"
    },
    "openInNewTab": {
      "type": "boolean",
      "default": true
    },
    "showLabels": {
      "type": "boolean",
      "default": false
    }
  },
  "providesContext": {
    "brandy/socialIconSize": "iconSize",
    "brandy/socialIconShape": "shape",
    "brandy/socialIconWeight": "iconWeight",
    "brandy/socialColorMode": "colorMode",
    "brandy/socialShowLabels": "showLabels"
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "left",
      "center",
      "right"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true
    }
  },
  "example": {
    "viewportWidth": 400
  },
  "textdomain": "brandy-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}