{
  "name": "coblocks/social",
  "category": "widgets",
  "attributes": {
    "align": {
      "type": "string",
      "enum": [
        "wide",
        "full"
      ]
    },
    "className": {
      "type": "string"
    },
    "hasColors": {
      "type": "boolean",
      "default": true
    },
    "borderRadius": {
      "type": "number",
      "default": 40
    },
    "size": {
      "type": "string",
      "default": "med"
    },
    "iconSize": {
      "type": "number",
      "default": 22
    },
    "padding": {
      "type": "number",
      "default": 16
    },
    "textAlign": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "blockBackgroundColor": {
      "type": "string"
    },
    "customBlockBackgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "twitter": {
      "type": "boolean",
      "default": true
    },
    "facebook": {
      "type": "boolean",
      "default": true
    },
    "pinterest": {
      "type": "boolean",
      "default": true
    },
    "linkedin": {
      "type": "boolean",
      "default": false
    },
    "tumblr": {
      "type": "boolean",
      "default": false
    },
    "reddit": {
      "type": "boolean",
      "default": false
    },
    "email": {
      "type": "boolean",
      "default": false
    },
    "google": {
      "type": "boolean",
      "default": false
    }
  },
  "title": "Share",
  "textdomain": "coblocks",
  "description": "Add social sharing links to help you get likes and shares.",
  "editorScript": [
    "coblocks-10"
  ],
  "render": "index.php"
}