{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "igd/embed",
  "version": "1.0.0",
  "title": "Embed Documents",
  "category": "igd-category",
  "icon": "embed-generic",
  "description": "Embed Google Drive documents to your page/ post",
  "supports": {
    "html": false
  },
  "attributes": {
    "isInit": {
      "type": "boolean",
      "default": true
    },
    "isEdit": {
      "type": "boolean",
      "default": true
    },
    "data": {
      "type": "object",
      "default": {
        "status": "on",
        "type": "embed",
        "folders": [],
        "showFiles": true,
        "showFolders": true,
        "fileNumbers": 1000,
        "sort": {
          "sortBy": "name",
          "sortDirection": "asc"
        },
        "width": "100%",
        "height": "auto",
        "view": "grid",
        "maxFileSize": "",
        "uploaderStyle": "simple",
        "openNewTab": true,
        "allowEmbedPopout": true,
        "download": true,
        "displayFor": "everyone",
        "displayUsers": [
          "everyone"
        ],
        "displayExcept": []
      }
    }
  },
  "keywords": [
    "embed documents",
    "document",
    "embed",
    "google",
    "drive",
    "integrate google drive"
  ],
  "textdomain": "integrate-google-drive",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}