{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmf/pdfembed",
  "title": "PDF Embed (WP Media Folder)",
  "category": "wp-media-folder",
  "icon": "media-code",
  "description": "Embed PDF using WP Media Folder",
  
  "attributes": {
    "id": { "type": "number", "default": 0 },
    "embed": { "type": "number", "default": 1 },
    "target": { "type": "string", "default": "" },
    "width": { "type": "string", "default": "" },
    "height": { "type": "string", "default": "" }
  },

  "editorScript": "wpmf-pdfembed-editor-script",
  "editorStyle": "wpmf-block-style"
}
