{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/social-link",
  "title": "Social Link",
  "category": "widgets",
  "parent": [
    "necessary-block/social-links"
  ],
  "description": "Display an icon linking to a social profile or site.",
  "textdomain": "default",
  "attributes": {
    "url": {
      "type": "string",
      "role": "content"
    },
    "service": {
      "type": "string"
    },
    "label": {
      "type": "string",
      "role": "content"
    },
    "rel": {
      "type": "string"
    },
    "openInNewTab": {
      "type": "boolean"
    },
    "showLabels": {
      "type": "boolean"
    },
    "iconColor": {
      "type": "string",
      "default": "icon-color"
    },
    "iconColorValue": {
      "type": "string"
    },
    "iconBackgroundColor": {
      "type": "string",
      "default": "icon-background-color"
    },
    "iconBackgroundColorValue": {
      "type": "string"
    }
  },
  "usesContext": [
    "openInNewTab",
    "showLabels",
    "iconColor",
    "iconColorValue",
    "iconBackgroundColor",
    "iconBackgroundColorValue"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "interactivity": {
      "clientNavigation": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "wp-block-social-link-editor"
}