{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "nextgenthemes/arve-block",
    "title": "Video Embed (ARVE)",
    "category": "embed",
    "icon": "video-alt3",
    "description": "Advanced Responsive Video Embedder",
    "keywords": [
        "embed",
        "youtube",
        "rumble",
        "vimeo",
        "odysee"
    ],
    "version": "10.8.0",
    "textdomain": "advanced-responsive-video-embedder",
    "supports": {
        "align": [
            "wide",
            "full",
            "left",
            "right"
        ],
        "className": true,
        "customClassName": true
    },
    "example": {
        "attributes": {
            "url": "https://www.youtube.com/watch?v=oe452WcY7fA",
            "title": "Example ARVE Video"
        }
    },
    "editorScript": "file:./index.js",
    "editorStyle": [
        "file:./index.css",
        "arve",
        "arve-pro",
        "arve-sticky-videos",
        "arve-random-video"
    ],
    "viewScript": [
        "arve",
        "arve-pro",
        "arve-sticky-videos",
        "arve-random-video"
    ],
    "viewScriptModule": [
        "arve",
        "arve-pro",
        "arve-sticky-videos",
        "arve-random-video"
    ],
    "viewStyle": [
        "arve",
        "arve-pro",
        "arve-sticky-videos",
        "arve-random-video"
    ],
    "attributes": {
        "url": {
            "type": "string"
        },
        "thumbnail": {
            "type": "string"
        },
        "mode": {
            "type": "string"
        },
        "grow": {
            "type": "string"
        },
        "lazyload_style": {
            "type": "string"
        },
        "hover_effect": {
            "type": "string"
        },
        "hide_title": {
            "type": "string"
        },
        "play_icon_style": {
            "type": "string"
        },
        "fullscreen": {
            "type": "string"
        },
        "lightbox_maxwidth": {
            "type": "integer"
        },
        "lightbox_aspect_ratio": {
            "type": "string"
        },
        "title": {
            "type": "string"
        },
        "description": {
            "type": "string"
        },
        "upload_date": {
            "type": "string"
        },
        "duration": {
            "type": "string"
        },
        "loop": {
            "type": "boolean"
        },
        "muted": {
            "type": "boolean"
        },
        "controls": {
            "type": "string"
        },
        "parameters": {
            "type": "string"
        },
        "controlslist": {
            "type": "string"
        },
        "autoplay": {
            "type": "string"
        },
        "disable_links": {
            "type": "string"
        },
        "credentialless": {
            "type": "boolean"
        },
        "invidious": {
            "type": "string"
        },
        "encrypted_media": {
            "type": "boolean"
        },
        "sticky": {
            "type": "string"
        },
        "sticky_on_mobile": {
            "type": "string"
        },
        "sticky_position": {
            "type": "string"
        },
        "volume": {
            "type": "integer"
        },
        "arve_link": {
            "type": "string"
        },
        "random_video_url": {
            "type": "string"
        },
        "random_video_urls": {
            "type": "string"
        },
        "align": {
            "type": "string"
        },
        "aspect_ratio": {
            "type": "string"
        },
        "thumbnail_url": {
            "type": "string"
        }
    }
}
