{
  "apiVersion": 3,
  "name": "wpxero-iframe/iframe",
  "version": "1.0.3",
  "title": "Iframe & embed (YouTube, Vimeo, maps)",
  "category": "wpxero-iframe",
  "description": "Embed responsive HTTPS iframes for YouTube, Vimeo, Google Maps, audio, booking tools, and more. Add an optional visible caption and accessible title for SEO and screen readers.",
  "supports": {
    "html": false,
    "anchor": true
  },
  "keywords": [
    "iframe",
    "embed",
    "video",
    "youtube",
    "vimeo",
    "maps",
    "google maps",
    "form"
  ],
  "attributes": {
    "iframe_url": {
      "type": "string",
      "default": ""
    },
    "iframe_title": {
      "type": "string",
      "default": ""
    },
    "iframe_caption": {
      "type": "string",
      "default": ""
    },
    "iframe_height": {
      "type": "number",
      "default": 350
    },
    "iframe_allowfullscreen": {
      "type": "boolean",
      "default": false
    },
    "iframe_scrolling": {
      "type": "string",
      "default": "no"
    },
    "iframe_sandbox": {
      "type": "string",
      "default": ""
    },
    "iframe_id": {
      "type": "string",
      "default": ""
    },
    "iframe_class": {
      "type": "string",
      "default": ""
    },
    "iframe_name": {
      "type": "string",
      "default": ""
    },
    "iframe_style": {
      "type": "string",
      "default": ""
    },
    "lazyload": {
      "type": "boolean",
      "default": false
    },
    "threshold": {
      "type": "number",
      "default": 0
    },
    "live": {
      "type": "boolean",
      "default": false
    },
    "alignments": {
      "type": "string",
      "default": "center"
    }
  },
  "textdomain": "wpxero-iframe",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}