{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ultraembed/iframe",
  "version": "0.1.0",
  "title": "Iframe",
  "category": "widgets",
  "icon": "editor-code",
  "description": "Embed a iframe into your post.",
  "example": {},
  "supports": {
    "html": false,
    "align": true
  },
  "textdomain": "iframe",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}