{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmf/block-onedrive-file",
  "title": "OneDrive Drive",
  "category": "wp-media-folder",
  "icon": "media-document",
  "keywords": ["onedrive", "file", "attachment"],
  "description": "Display files from OneDrive using WP Media Folder",
  "supports": {
    "align": ["left", "center", "right"]
  },
  "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": "wpmfonedrive-blocks",
  "style": "wpmfonedrive-blocks"
}
