{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "qvio/video-embed",
    "version": "1.3.1",
    "title": "Qvio Video",
    "category": "embed",
    "icon": "video-alt3",
    "description": "Embed a Qvio AI-powered interactive video",
    "keywords": ["qvio", "video", "embed", "ai", "interactive"],
    "textdomain": "qvio-embed",
    "supports": {
        "html": false,
        "align": ["wide", "full"]
    },
    "attributes": {
        "videoId": {
            "type": "string",
            "default": ""
        },
        "autoplay": {
            "type": "boolean",
            "default": false
        },
        "aspectRatio": {
            "type": "string",
            "default": "16:9"
        },
        "embedType": {
            "type": "string",
            "default": "video"
        },
        "playlistId": {
            "type": "string",
            "default": ""
        },
        "playlistCollapsed": {
            "type": "string",
            "default": ""
        }
    },
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "style": "file:./build/style-index.css",
    "render": "file:./render.php"
}
