{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "etf/twitter-feed",
  "title": "Twitter Feed",
  "description": "A Easy twitter Feeds plugin",
  "category": "widgets",
  "keywords": [
    "key1",
    "key2",
    "key3"
  ],
  "textdomain": "easy-twitter",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "cId": {
      "type": "string",
      "default": ""
    },
    "userName": {
      "type": "string",
      "default": "XDevelopers"
    },
    "videoPostID": {
      "type": "string",
      "default": "1732824684683784516"
    },
    "type": {
      "type": "string",
      "default": ""
    },
    "config": {
      "type": "object",
      "default": {
        "theme": "dark",
        "width": "500px",
        "height": "520px",
        "scrolling": "no",
        "isHeader": true,
        "isFooter": true,
        "language": "en"
      }
    },
    "button": {
      "type": "object",
      "default": {
        "tweetText": "This is a text",
        "hasTagText": "Wordpress",
        "iconsType": "tIcon",
        "icon": {
          "width": "20px",
          "height": "20px"
        },
        "typo": {
          "fontSize": {
            "desktop": 14
          },
          "fontWeight": 500,
          "textDecoration": "none"
        },
        "colors": {
          "color": "#fff",
          "bg": "#1d9bf0"
        },
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        }
      }
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "border": {
      "type": "object",
      "default": {
        "radius": "30px"
      }
    },
    "shadow": {
      "type": "array",
      "default": {}
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true,
      "columns": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    }
  },
  "editorScript": [
    "file:./index.js",
    "wp-api",
    "wp-api-request",
    "wp-util"
  ],
  "editorStyle": [
    "file:./index.css"
  ],
  "style": [
    "file:./view.css"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "wp-api",
    "wp-util"
  ]
}