{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "advanced-blocks-pro/video",
	"version": "0.1.0",
	"title": "Video",
	"category": "advanced-blocks-pro",
	"description": "Elevate your video content with the Advanced Video plugin. Choose your own heading tags, add subheadings and separators, and fully customize the look and feel of your videos with manual settings and options.",
	"supports": {
		"html": false,
		"advancedBlocksPro": {
			"media": {
				"video": {
					"all": {}					
				}
			},
			"wrapper": {
				"_background": true
			}
		}
	},
	"attributes": {
		"blockId": {
			"type": "string"
		}
	},
	"textdomain": "advanced-blocks-pro",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"script": "file:script.js"
}
