{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/social-share-item",
  "version": "1.0.0",
  "title": "CM Social Share Item",
  "category": "codemanas-blocks",
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 28 14\" xmlns=\"http://www.w3.org/2000/svg\" class=\"cm-blocks__icon\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#e34f08\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2C5 0.89543 5.89543 0 7 0H21C22.1046 0 23 0.89543 23 2V12C23 13.1046 22.1046 14 21 14H7C5.89543 14 5 13.1046 5 12V2ZM9 2H7V4V10V12H9H19H21V10V4V2H19H9ZM2 2.82222C2.7732 2.82222 3.4 3.44902 3.4 4.22222V10.8889C3.4 11.6621 2.7732 12.2889 2 12.2889H0V10.8889H0.6H2V9.48889V5.62222V4.22222H0.6H0V2.82222H2ZM24.6 10.8889C24.6 11.6621 25.2268 12.2889 26 12.2889H28V10.8889H27.4H26V9.48889V5.62222V4.22222H27.4H28V2.82222L26 2.82222C25.2268 2.82222 24.6 3.44902 24.6 4.22222L24.6 10.8889Z\"></path></svg>",
  "description": "Social Share Block Item",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "type": {
      "type": "string",
      "default": "facebooksquare"
    },
    "custom_icon": {
      "type": "string"
    },
    "icon_color": {
      "type": "string"
    },
    "icon_bg_color": {
      "type": "string"
    },
    "parent": {
      "type": "object",
      "showLabel": false,
      "iconTextColor": "",
      "size": {
        "value": 32,
        "unit": "px"
      }
    }
  },
  "usesContext": [
    "showLabel",
    "iconSize",
    "iconBackground",
    "iconTextColor",
    "className"
  ],
  "textdomain": "social-share-item",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "parent": [
    "cmblocks/social-share"
  ]
}