{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acf-field-blocks/acf-embed",
	"title": "ACF Embed",
	"description": "Display ACF oEmbed fields.",
	"category": "acf-field-blocks",
	"textdomain": "acf-field-blocks",
	"usesContext": [
		"postId",
		"postType",
		"queryId",
		"termId",
		"taxonomy",
		"acf-field-blocks/repeaters",
		"acf-field-blocks/taxonomy",
		"acf-field-blocks/term",
		"acf-field-blocks/user"
	],
	"attributes": {
		"fieldKey": {
			"type": "string",
			"default": ""
		},
		"fieldSource": {
			"type": "string",
			"default": ""
		},
		"allowResponsive": {
			"type": "boolean",
			"default": true
		},
		"showMessageIfEmpty": {
			"type": "boolean",
			"default": false
		},
		"emptyMessage": {
			"type": "string"
		}
	},
	"supports": {
		"align": true,
		"spacing": {
			"margin": ["vertical"]
		},
		"interactivity": {
			"clientNavigation": true
		},
		"html": false,
		"reusable": false,
		"inserter": false,
		"__experimentalBorder": {
			"color": true,
			"radius": false,
			"width": true,
			"__experimentalDefaultControls": {
				"color": true,
				"radius": false,
				"width": true
			}
		},
		"shadow": true
	},
	"editorStyle": "acf-field-embed-editor",
	"style": "acf-field-embed-style"
}