{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/social-share",
  "version": "1.0.0",
  "title": "Social Share",
  "category": "bloqra",
  "icon": "share",
  "description": "Share-this-page buttons — X, Facebook, LinkedIn, WhatsApp, copy link and more. Links are built from the page being viewed, so they are always correct.",
  "keywords": [
    "share",
    "social",
    "twitter",
    "facebook",
    "whatsapp",
    "copy link"
  ],
  "example": {
    "attributes": {},
    "innerBlocks": [
      {
        "name": "bloqra/social-share-item",
        "attributes": {
          "service": "x"
        }
      },
      {
        "name": "bloqra/social-share-item",
        "attributes": {
          "service": "facebook"
        }
      },
      {
        "name": "bloqra/social-share-item",
        "attributes": {
          "service": "linkedin"
        }
      },
      {
        "name": "bloqra/social-share-item",
        "attributes": {
          "service": "copy"
        }
      }
    ]
  },
  "attributes": {
    "showLabels": {
      "type": "boolean",
      "default": false
    },
    "size": {
      "type": "string",
      "default": "normal",
      "enum": [
        "small",
        "normal",
        "large"
      ]
    },
    "shape": {
      "type": "string",
      "default": "circle",
      "enum": [
        "circle",
        "rounded",
        "square",
        "bare"
      ]
    },
    "brandColors": {
      "type": "boolean",
      "default": true
    },
    "gap": {
      "type": "string",
      "default": ""
    },
    "iconColor": {
      "type": "string",
      "default": ""
    },
    "iconBackgroundColor": {
      "type": "string",
      "default": ""
    }
  },
  "providesContext": {
    "bloqra/socialShare/showLabels": "showLabels"
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "listView": true,
    "layout": false,
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "shadow": true,
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}