{
  "apiVersion": "1",
  "name": "peb/pdf-embed",
  "title": "PDF Embed",
  "description": "Display PDF files easily in your pages and posts",
  "category": "widgets",
  "keywords": [
    "pdf viewer",
    "embed pdf",
    "display pdf"
  ],
  "textdomain": "pdf-embed-block",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "cId": {
      "type": "string",
      "default": ""
    },
    "file": {
      "type": "object",
      "default": {
        "id": null,
        "url": "",
        "alt": "",
        "title": ""
      }
    },
    "config": {
      "type": "object",
      "default": {
        "embedMode": "SIZED_CONTAINER"
      }
    },
    "options": {
      "type": "object",
      "default": {
        "showDownloadPDF": false,
        "showPrintPDF": false,
        "showFullScreen": true
      }
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "height": {
      "type": "string",
      "default": "469px"
    },
    "padding": {
      "type": "object",
      "default": {
        "side": 4
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "side": 4
      }
    },
    "border": {
      "type": "object",
      "default": {
        "radius": "0px",
        "style": "solid",
        "color": "#dadada",
        "width": "1px"
      }
    },
    "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",
    "adobe-viewer",
    "wp-api"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "adobe-viewer"
  ]
}