{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmf/block-google-file",
  "title": "Google Drive",
  "category": "wp-media-folder",
  "keywords": ["google", "file", "attachment"],
  "description": "Display Google Drive files from WP Media Folder.",
  "supports": {
    "align": ["left", "center", "right"],
    "html": false
  },
  "attributes": {
    "hasfiles": {
      "type": "string",
      "default": false
    },
    "html": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "cover": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    }
  },
  "example": {
    "attributes": {
      "cover": "block_cover_placeholder"
    }
  },
  "editorScript": "wpmfgoogle-blocks",
  "style": "wpmfgoogle-blocks"
}
