{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "mediablaster/channel-player",
	"version": "1.0.0",
	"title": "MediaBlaster Channel Player",
	"category": "media",
	"icon": "playlist-video",
	"description": "Play the current Linear TV Channel schedule in the MediaBlaster player.",
	"textdomain": "wp-smart-tv",
	"attributes": {
		"channelId": {
			"type": "number",
			"default": 0
		},
		"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
		},
		"preload": {
			"type": "string",
			"default": "metadata"
		},
		"playsinline": {
			"type": "boolean",
			"default": true
		},
		"className": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"className": true,
		"html": false
	},
	"editorScript": "mediablaster-channel-player-block-editor",
	"editorStyle": "mediablaster-channel-player-block-editor",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
