{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "jc-blocks/share-buttons",
  "version": "1.0.0",
  "title": "Share Buttons",
  "category": "widgets",
  "icon": "smiley",
  "description": "Create beautiful and good-looking social sharing buttons",
  "attributes": {
    "iconsFontSize": {
      "type": "string",
      "default": "24px"
    },
    "buttonsRel": {
      "type": "string"
    },
    "buttonsLinkTarget": {
      "type": "boolean",
      "default": false
    }
  },
  "providesContext": {
    "jc-blocks/share-buttons/iconsFontSize": "iconsFontSize",
    "jc-blocks/share-buttons/buttonsLinkTarget": "buttonsLinkTarget",
    "jc-blocks/share-buttons/buttonsRel": "buttonsRel"
  },
  "supports": {
    "anchor": true,
    "__experimentalLayout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowVerticalAlignment": false,
      "default": {
        "type": "flex"
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontFamily": true,
        "fontSize": true
      }
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true,
      "units": [
        "px",
        "em",
        "rem",
        "vh",
        "vw"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    }
  },
  "textdomain": "jc-share-buttons",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "script": "file:./script.js",
  "style": "file:./style-index.css"
}