{
     "$schema": "https://schemas.wp.org/trunk/block.json",
     "apiVersion": 3,
     "name": "ub/click-to-tweet",
     "title": "Click to Tweet",
     "category": "ultimateblocks",
     "description": "Add tweetable content with this easy to use block.",
     "keywords": [
          "Click to tweet",
          "Twitter",
          "Ultimate Blocks"
     ],
     "attributes": {
          "blockID": {
               "type": "string",
               "default": ""
          },
          "ubTweet": {
               "type": "string",
               "default": ""
          },
          "ubVia": {
               "source": "meta",
               "meta": "ub_ctt_via"
          },
          "tweetFontSize": {
               "type": "number",
               "default": 20
          },
          "tweetColor": {
               "type": "string",
               "default": ""
          },
          "borderColor": {
               "type": "string",
               "default": "#CCCCCC"
          },
          "padding": {
               "type": "object",
               "default": {}
          },
          "margin": {
               "type": "object",
               "default": {}
          }
     },
     "supports": {}
}