{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "thriftingtv-live/bid-embed",
	"version": "1.3.8",
	"title": "Thrifting – Bidding console",
	"category": "media",
	"description": "Embed the live bidding console from Thrifting Mission Control. Set the Bid page URL under Thrifting in the admin sidebar.",
	"textdomain": "thrifting",
	"icon": "video-alt",
	"keywords": [ "thrifting", "bidding", "live", "auction", "embed" ],
	"attributes": {
		"bidUrl": {
			"type": "string",
			"default": ""
		},
		"height": {
			"type": "string",
			"default": "100vh"
		},
		"fullscreen": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"inserter": true
	},
	"editorScript": "file:./editor.js"
}
