{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bookitbee/event-listing",
	"version": "0.1.0",
	"title": "Bookitbee Event Listing",
	"category": "widgets",
	"description": "Display live event listings from your Bookitbee account.",
	"keywords": [ "bookitbee", "event", "booking", "ticketing", "live it" ],
	"example": {
		"attributes": {
			"show_preview": true
		}
	},
	"supports": {
		"html": false,
		"align": true,
		"ariaLabel": true,
		"multiple": true,
		"ariaLabel": true,
		"dimensions": {
			"aspectRatio": true,
			"minHeight": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"attributes": {
		"show_preview": {
			"type": "boolean",
			"default": false
		},
		"org_slug": {
			"type": "string",
			"default": ""
		},
		"styling": {
			"type": "object",
			"default": {
				"text_color": "#000000",
				"rule_color": "#999999"
			}
		},
		"btn": {
			"type": "object",
			"default": {
				"text_color": "#ffffff",
				"bg_color": "#333333",
				"text_hover_color": "#ffffff",
				"bg_hover_color": "#666666"
			}
		},
		"elements": {
			"type": "object",
			"default": {
				"hide_images": false,
				"hide_summary": false,
				"hide_dates": false,
				"hide_location": false
			}
		},
		"branding": {
			"type": "object",
			"default": {
				"hide": false,
				"color": "#000000"
			}
		},
		"target": {
			"type": "boolean",
			"default": false
		},
		"parameters": {
			"type": "object",
			"default": {
				"filter_term": "",
				"referral_code": "",
				"discount_code": ""
			}
		}
	},
	"textdomain": "bookitbee-event-listing",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php"
}
