{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "unapersona/simple-iframe",
  "version": "1.2.0",
  "title": "Simple Iframe",
  "category": "embed",
  "icon": "admin-site-alt",
  "description": "Easily insert iframes into the block editor.",
  "keywords": [
    "iframe",
    "external"
  ],
  "attributes": {
    "iframeSrc": {
      "type": "string",
      "source": "text"
    },
    "iframeWidth": {
      "type": "string",
      "source": "text"
    },
    "iframeHeight": {
      "type": "string",
      "source": "text"
    },
    "allowFullscreen": {
      "type": "boolean",
      "source": "text"
    },
    "useLazyload": {
      "type": "boolean",
      "source": "text"
    },
    "useImportant": {
      "type": "boolean",
      "source": "text"
    },
    "titleAttr": {
      "type": "string",
      "source": "text"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "simple-iframe",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}