{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/video-text",
	"title": "Brentwood Video Text",
	"category": "media",
	"icon": "media-video",
	"description": "Display video and text side by side with multiple layout options.",
	"keywords": [ "video", "youtube", "text", "layout", "media" ],
	"textdomain": "kadence-child",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"layout": {
			"type": "string",
			"default": "layout-1"
		},
		"reverse": {
			"type": "boolean",
			"default": false
		},
		"videoSource": {
			"type": "string",
			"default": "youtube"
		},
		"youtubeUrl": {
			"type": "string",
			"default": ""
		},
		"videoFileUrl": {
			"type": "string",
			"default": ""
		},
		"videoFileId": {
			"type": "number",
			"default": 0
		},
		"customThumbnailUrl": {
			"type": "string",
			"default": ""
		},
		"customThumbnailId": {
			"type": "number",
			"default": 0
		},
		"posterFocalX": {
			"type": "number",
			"default": 0.5
		},
		"posterFocalY": {
			"type": "number",
			"default": 0.5
		},
		"showVideoNumber": {
			"type": "boolean",
			"default": false
		},
		"videoNumber": {
			"type": "string",
			"default": ""
		},
		"imageCaption": {
			"type": "string",
			"default": ""
		},
		"headingTag": {
			"type": "string",
			"default": "h2"
		},
		"headingFontSize": {
			"type": "string",
			"default": ""
		},
		"headingFontWeight": {
			"type": "string",
			"default": "normal"
		},
		"headingFontStyle": {
			"type": "string",
			"default": "normal"
		},
		"headingText": {
			"type": "string",
			"default": ""
		},
		"showHeading": {
			"type": "boolean",
			"default": true
		},
		"titleAsH1": {
			"type": "boolean",
			"default": false
		},
		"bodyContent": {
			"type": "string",
			"default": ""
		},
		"textColor": {
			"type": "string",
			"default": ""
		},
		"headingColor": {
			"type": "string",
			"default": ""
		},
		"textBgColor": {
			"type": "string",
			"default": ""
		},
		"fontSize": {
			"type": "string",
			"default": ""
		},
		"fontWeight": {
			"type": "string",
			"default": "normal"
		},
		"fontStyle": {
			"type": "string",
			"default": "normal"
		},
		"playButtonColor": {
			"type": "string",
			"default": "#cc0000"
		},
		"showHeadingVideoIcon": {
			"type": "boolean",
			"default": true
		},
		"showPlayLink": {
			"type": "boolean",
			"default": true
		},
		"playLinkText": {
			"type": "string",
			"default": "Play Video"
		},
		"playLinkColor": {
			"type": "string",
			"default": "#cc0000"
		},
		"showTextDash": {
			"type": "boolean",
			"default": true
		},
		"showTextBottomBorder": {
			"type": "boolean",
			"default": true
		},
		"textBottomBorderColor": {
			"type": "string",
			"default": "#cc0000"
		},
		"showCta": {
			"type": "boolean",
			"default": false
		},
		"ctaText": {
			"type": "string",
			"default": "Learn More"
		},
		"ctaUrl": {
			"type": "string",
			"default": ""
		},
		"ctaColor": {
			"type": "string",
			"default": ""
		},
		"ctaNewTab": {
			"type": "boolean",
			"default": false
		}
	},
	"editorScript": "bw-video-text-editor",
	"viewScript": "bw-video-text-view",
	"editorStyle": "bw-video-text-editor-style",
	"style": "bw-video-text-style",
	"render": "file:./render.php"
}
