{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/twitter-tweet-button",
  "version": "0.1.0",
  "title": "Twitter Share",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Use the Twitter Share Button to share post on their twitter accounts containing your content.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "customText": {
      "type": "string"
    },
    "customUrl": {
      "type": "string"
    },
    "hashtags": {
      "type": "string"
    },
    "via": {
      "type": "string"
    },
    "related": {
      "type": "string"
    },
    "doNotTrack": {
      "type": "boolean",
      "default": false
    },
    "buttonSize": {
      "type": "string",
      "default": "small"
    },
    "buttonAlign": {
      "type": "string"
    },
    "buttonborder": {
      "type": "object"
    },
    "buttonborderRadius": {
      "type": "string"
    },
    "fallbackTextColor": {
      "type": "string"
    },
    "fallbackTextFontSize": {
      "type": "string",
      "default": "16px"
    },
    "fallbackTextLetterSpacing": {
      "type": "string"
    },
    "fallbackTextDecoration": {
      "type": "string"
    },
    "fallbackTextLetterCase": {
      "type": "string"
    },
    "fallbackTextLineHeight": {
      "type": "string"
    },
    "fallbackTextFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "fallbackTextFontStyle": {
      "type": "string"
    },
    "fallbackTextFontWeight": {
      "type": "string"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "script": [
    "file:./script.js"
  ]
}