{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "easy-architect/easy-youtube-embed",
  "version": "1.1.12",
  "title": "Easy YouTube Embed",
  "category": "embed",
  "icon": "video-alt2",
  "description": "GDPR-compliant YouTube video with local thumbnail caching",
  "keywords": [
    "youtube",
    "video",
    "gdpr",
    "dsgvo",
    "privacy",
    "embed"
  ],
  "example": {},
  "attributes": {
    "videoId": {
      "type": "string",
      "default": ""
    },
    "startTime": {
      "type": "number",
      "default": 0
    },
    "related": {
      "type": "boolean",
      "default": false
    },
    "noticeText": {
      "type": "string",
      "default": ""
    },
    "noticeUrl": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "string",
      "default": "medium"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "link": true,
      "background": false
    },
    "spacing": {
      "margin": true,
      "padding": false
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "textdomain": "easy-architect",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}