{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare-blocks/blockspare-social-sharing",
  "category": "blockspare",
  "attributes": {
    "sectionAlignments": {
      "type": "string",
      "default": "center"
    },
    "facebook": {
      "type": "boolean",
      "default": true
    },
    "facebookTitle": {
      "type": "string",
      "default": "Share on Facebook"
    },
    "twitter": {
      "type": "boolean",
      "default": true
    },
    "twitterTitle": {
      "type": "string",
      "default": "Share on Twitter"
    },
    "linkedin": {
      "type": "boolean",
      "default": true
    },
    "linkedinTitle": {
      "type": "string",
      "default": "Share on LinkedIn"
    },
    "pinterest": {
      "type": "boolean",
      "default": false
    },
    "pinterestTitle": {
      "type": "string",
      "default": "Share on Pinterest"
    },
    "email": {
      "type": "boolean",
      "default": false
    },
    "emailTitle": {
      "type": "string",
      "default": "Share via Email"
    },
    "reddit": {
      "type": "boolean",
      "default": false
    },
    "redditTitle": {
      "type": "string",
      "default": "Share on Reddit"
    },
    "buttonOptions": {
      "type": "string",
      "default": "blockspare-icon-only"
    },
    "buttonFills": {
      "type": "string",
      "default": "blockspare-social-icon-solid"
    },
    "iconColorOption": {
      "type": "string",
      "default": "blockspare-default-official-color"
    },
    "customfontColorOption": {
      "type": "string",
      "default": "#fff"
    },
    "custombackgroundColorOption": {
      "type": "string",
      "default": "#404040"
    },
    "buttonShapes": {
      "type": "string",
      "default": "blockspare-social-icon-square"
    },
    "buttonSizes": {
      "type": "string",
      "default": "blockspare-social-icon-small"
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
    "marginTop": {
      "type": "number",
      "default": 30
    },
    "marginRight": {
      "type": "number",
      "default": 0
    },
    "marginBottom": {
      "type": "number",
      "default": 30
    },
    "marginLeft": {
      "type": "number",
      "default": 0
    },
    "iconLayoutType": {
      "type": "string",
      "default": "blockspare-social-sharing-horizontal"
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    },
    "socialFontSize": {
      "type": "number",
      "default": 16
    },
    "socialFontFamily": {
      "type": "string",
      "default": "Default"
    },
    "socialFontWeight": {
      "type": "string",
      "default": ""
    },
    "socialFontSubset": {
      "type": "string"
    },
    "socialFontSizeType": {
      "type": "string",
      "default": "px"
    },
    "socialFontSizeMobile": {
      "type": "number",
      "default": 14
    },
    "socialFontSizeTablet": {
      "type": "number",
      "default": 16
    },
    "socialLoadGoogleFonts": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}