{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Social Icon",
  "name": "brandy/social-icon",
  "category": "brandy-blocks",
  "description": "A single social profile link inside Social Icons.",
  "parent": [
    "brandy/social-icons"
  ],
  "attributes": {
    "service": {
      "type": "string",
      "enum": [
        "facebook",
        "x",
        "twitter",
        "instagram",
        "linkedin",
        "youtube",
        "vimeo",
        "tiktok",
        "threads",
        "pinterest",
        "whatsapp",
        "telegram",
        "discord",
        "twitch",
        "snapchat",
        "reddit",
        "github",
        "gitlab",
        "dribbble",
        "behance",
        "figma",
        "medium",
        "spotify",
        "soundcloud",
        "mastodon",
        "messenger",
        "email",
        "phone",
        "website",
        "custom"
      ],
      "default": "facebook"
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "customIcon": {
      "type": "object",
      "default": {
        "name": "link",
        "type": "regular"
      }
    }
  },
  "usesContext": [
    "brandy/socialIconSize",
    "brandy/socialIconShape",
    "brandy/socialIconWeight",
    "brandy/socialColorMode",
    "brandy/socialShowLabels"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": false
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js"
}