{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "pistonui/youtube-popup",
	"version": "1.0.0",
	"title": "YouTube Popup",
	"category": "pistonui",
	"icon": "video-alt3",
	"description": "Display YouTube videos in a popup modal with custom thumbnail and play button",
	"keywords": ["youtube", "video", "popup", "modal", "lightbox", "pistonui"],
	"textdomain": "pistonui",
	"supports": {
		"html": false,
		"align": ["wide", "full"],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"attributes": {
		"youtubeUrl": {
			"type": "string",
			"default": ""
		},
		"showThumbnail": {
			"type": "boolean",
			"default": true
		},
		"thumbnailImage": {
			"type": "object",
			"default": {
				"url": "",
				"id": 0,
				"alt": ""
			}
		},
		"thumbnailHeight": {
			"type": "number",
			"default": 400
		},
		"thumbnailHeightUnit": {
			"type": "string",
			"default": "px"
		},
		"playIconSize": {
			"type": "number",
			"default": 80
		},
		"enableRipple": {
			"type": "boolean",
			"default": true
		},
		"playIconColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"playIconBgColor": {
			"type": "string",
			"default": "rgba(255, 0, 0, 0.8)"
		},
		"playIconHoverColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"playIconHoverBgColor": {
			"type": "string",
			"default": "rgba(255, 0, 0, 1)"
		},
		"rippleColor": {
			"type": "string",
			"default": "rgba(255, 0, 0, 0.3)"
		},
		"overlayColor": {
			"type": "string",
			"default": "rgba(0, 0, 0, 0.3)"
		},
		"overlayHoverColor": {
			"type": "string",
			"default": "rgba(0, 0, 0, 0.5)"
		},
		"borderRadius": {
			"type": "number",
			"default": 15
		},
		"modalBgColor": {
			"type": "string",
			"default": "rgba(0, 0, 0, 0.9)"
		},
		"closeButtonColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"closeButtonHoverColor": {
			"type": "string",
			"default": "#ff0000"
		}
	},
	"editorScript": "file:../../build/youtube-popup/index.js",
	"viewScript": "pistonui-gutenberg-youtube-popup"
}
