{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "get-filesize/get-filesize-block",
  "version": "0.1.0",
  "title": "Get filesize",
  "category": "text",
  "icon": "media-document",
  "description": "Block to get file size of a file",
  "example": {},
  "supports": {
    "html": false,
    "align": true,
    "color": {
      "text": true,
      "link": true,
      "background": true
    },
    "spacing": {
      "blockGap": false,
      "padding": true,
      "margin": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": false
    }
  },
  "attributes": {
    "fileTitle": {
      "type": "string"
    },
    "fileUrl": {
      "type": "string"
    },
    "isEditMode": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "get-filesize-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}