{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/embed",
  "version": "1.0",
  "title": "Embed",
  "category": "mf-media-fields",
  "description": "Paste a link and preview what it embeds.",
  "keywords": [
    "embed",
    "oembed",
    "video",
    "youtube",
    "url",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    }
  },
  "example": {
    "attributes": {
      "label": "Embed"
    },
    "viewportWidth": 400
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}