{
  "apiVersion": 3,
  "name": "b-blocks/social-share",
  "title": "Social Share",
  "description": "Share your website/website-page link.",
  "category": "bBlocks",
  "keywords": [
    "share",
    "social share",
    "page share"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "socials": {
      "type": "array",
      "default": [
        {
          "networkType": "socialNetworks",
          "network": "facebook",
          "isUpIcon": false,
          "icon": {
            "class": "fab fa-facebook-f",
            "color": "#1877f2"
          },
          "upIcon": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          }
        },
        {
          "networkType": "socialNetworks",
          "network": "twitter",
          "isUpIcon": false,
          "icon": {
            "class": "fab fa-twitter",
            "color": "#1da1f2"
          },
          "upIcon": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          }
        },
        {
          "networkType": "socialNetworks",
          "network": "linkedin",
          "isUpIcon": false,
          "icon": {
            "class": "fab fa-linkedin-in",
            "color": "#0a66c2"
          },
          "upIcon": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          }
        },
        {
          "networkType": "mobileMessenger",
          "network": "whatsapp",
          "isUpIcon": false,
          "icon": {
            "class": "fab fa-whatsapp",
            "color": "#25d366"
          },
          "upIcon": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          }
        }
      ]
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "theme": {
      "type": "string",
      "default": "default"
    },
    "background": {
      "type": "object",
      "default": {
        "color": "#0000"
      }
    },
    "size": {
      "type": "string",
      "default": "28px"
    },
    "padding": {
      "type": "string",
      "default": "10px"
    },
    "margin": {
      "type": "string",
      "default": "10px"
    },
    "border": {
      "type": "object",
      "default": {
        "radius": "50%"
      }
    },
    "shadow": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:../index.js",
  "style": [
    "file:./view.css",
    "fontAwesome"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "goodShare"
  ]
}