{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "mediablaster/player",
	"version": "1.0.0",
	"title": "MediaBlaster Player",
	"category": "media",
	"icon": "video-alt3",
	"description": "Display a MediaBlaster video player.",
	"textdomain": "wp-smart-tv",
	"attributes": {
		"postId": {
			"type": "number",
			"default": 0
		},
		"url": {
			"type": "string",
			"default": ""
		},
		"hls": {
			"type": "string",
			"default": ""
		},
		"dash": {
			"type": "string",
			"default": ""
		},
		"mp4": {
			"type": "string",
			"default": ""
		},
		"mp4_1080": {
			"type": "string",
			"default": ""
		},
		"mp4_720": {
			"type": "string",
			"default": ""
		},
		"mp4_480": {
			"type": "string",
			"default": ""
		},
		"mp4_360": {
			"type": "string",
			"default": ""
		},
		"poster": {
			"type": "string",
			"default": ""
		},
		"skin": {
			"type": "string",
			"default": "default"
		},
		"player_engine": {
			"type": "string",
			"default": "videojs"
		},
		"aspect_ratio": {
			"type": "string",
			"default": "16:9"
		},
		"max_width": {
			"type": "string",
			"default": "1920px"
		},
		"controls": {
			"type": "boolean",
			"default": true
		},
		"autoplay": {
			"type": "boolean",
			"default": false
		},
		"muted": {
			"type": "boolean",
			"default": false
		},
		"loop": {
			"type": "boolean",
			"default": false
		},
		"preload": {
			"type": "string",
			"default": "metadata"
		},
		"playsinline": {
			"type": "boolean",
			"default": true
		},
		"start_time": {
			"type": "number",
			"default": 0
		},
		"caption": {
			"type": "string",
			"default": ""
		},
		"caption_label": {
			"type": "string",
			"default": "English"
		},
		"caption_lang": {
			"type": "string",
			"default": "en"
		},
		"subtitles": {
			"type": "string",
			"default": ""
		},
		"subtitles_label": {
			"type": "string",
			"default": "English"
		},
		"subtitles_lang": {
			"type": "string",
			"default": "en"
		},
		"chapters": {
			"type": "string",
			"default": ""
		},
		"chapters_label": {
			"type": "string",
			"default": "Chapters"
		},
		"chapters_lang": {
			"type": "string",
			"default": "en"
		},
		"thumbnails": {
			"type": "string",
			"default": ""
		},
		"className": {
			"type": "string",
			"default": ""
		},
		"useDirectUrls": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"className": true,
		"html": false
	},
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
