{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "easy-architect/easy-iframe-embed",
	"version": "1.1.12",
	"title": "Easy iFrame Embed",
	"category": "embed",
	"icon": "embed-generic",
	"description": "GDPR-compliant iframe wrapper for any external content",
	"keywords": ["iframe", "embed", "external", "gdpr", "dsgvo", "privacy"],
	"example": {},
	"attributes": {
        "url": {
            "type": "string",
            "default": ""
        },
        "title": {
            "type": "string",
            "default": ""
        },
        "thumbnailId": {
            "type": "integer",
            "default": 0
        },
        "noticeText": {
            "type": "string",
            "default": ""
        },
        "noticeUrl": {
            "type": "string",
            "default": ""
        },
        "aspectRatio": {
            "type": "object"
        },
		"objectPosition": {
			"type": "object"
		},
		"fontSize": {
			"type": "string",
			"default": "medium"
		},
		"connections": {
            "type": "object",
            "default": {
                "thumbnailId": { 
                    "type": "image" 
                }
            }
        }
    },
	"supports": {
		"align": ["wide", "full"],
		"color": {
			"background": true,
			"gradients": true,
			"text": true,
			"link": true
		},
		"spacing": {
			"margin": true,
			"padding": false
		},
		"typography": {
            "fontSize": true,
            "lineHeight": true,
            "__experimentalFontFamily": true,
            "__experimentalTextDecoration": true,
            "__experimentalFontStyle": true,
            "__experimentalFontWeight": true,
            "__experimentalLetterSpacing": true,
            "__experimentalTextTransform": true,
            "__experimentalWritingMode": true,
            "__experimentalDefaultControls": {
                "fontSize": true,
                "fontAppearance": true
            }
        },
		"interactivity": {
			"clientNavigation": true
		}
	},
	"textdomain": "easy-architect",
	"editorScript": "file:./index.js",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js",
	"render": "file:./render.php"
}
