{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw-dev/youtube",
	"title": "BW YouTube Embed",
	"category": "embed",
	"icon": "video-alt3",
	"description": "Displays the YouTube video from an ACF field with a responsive 16:9 aspect ratio. ACF field name is configurable per-block (with a global default in Settings → BW Dev → YouTube Block).",
	"keywords": [ "youtube", "video", "embed", "acf" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"acfField": {
			"type": "string",
			"default": ""
		}
	},
	"textdomain": "bw-dev",
	"editorScript": "file:./editor.js",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
