{
  "apiVersion": "3",
  "name": "bssb/social-share",
  "title": "Social Share",
  "version": "2.0.1",
  "description": "Share your website/website-page link.",
  "category": "widgets",
  "keywords": [
    "share",
    "social share",
    "page share"
  ],
  "textdomain": "social-share",
  "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"
    },
    "isBackend": {
      "type": "boolean",
      "default": false
    },
    "theme": {
      "type": "string",
      "default": "default"
    },
    "label": {
      "type": "boolean",
      "default": true
    },
    "background": {
      "type": "object",
      "default": {
        "color": "#0000"
      }
    },
    "positionType": {
      "type": "string",
      "default": ""
    },
    "size": {
      "type": "string",
      "default": "28px"
    },
    "gap": {
      "type": "string",
      "default": "14px"
    },
    "positionOption": {
      "type": "object",
      "default": {
        "top": "",
        "left": "",
        "bottom": "30px",
        "right": "0px"
      }
    },
    "padding": {
      "type": "string",
      "default": "10px"
    },
    "margin": {
      "type": "string",
      "default": "10px"
    },
    "border": {
      "type": "object",
      "default": {
        "radius": "50%"
      }
    },
    "shadow": {
      "type": "object",
      "default": {}
    },
    "direction": {
      "type": "string",
      "default": "row"
    },
    "transform": {
      "type": "string",
      "default": "0px"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css",
    "file:./view.css"
  ],
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}