{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/youtube",
	"title": "BW YouTube Embed",
	"category": "embed",
	"icon": "video-alt3",
	"description": "Displays the YouTube video from the ACF youtube_link field with proper 16:9 aspect ratio.",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"textdomain": "bw-youtube-embed",
	"editorScript": "file:./editor.js",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
