{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "tropicalista/pdfembed",
	"version": "0.2.0",
	"title": "Embed Pdf",
	"category": "embed",
	"icon": "pdf",
	"description": "PDF embedder with official Adobe Embed API.",
	"supports": {
		"html": false
	},
	"attributes": {
		"blockId": {
			"type": "string"
		},
		"apiKey": {
			"type": "string"
		},
		"width": {
			"type": "number",
			"default": 500
		},
		"height": {
			"type": "number",
			"default": 500
		},
		"mediaUrl": {
			"type": "string"
		},
		"fileName": {
			"type": "string",
			"default": "My PDF"
		},
		"embedMode": {
			"type": "string",
			"default": ""
		},
		"showDownloadPDF": {
			"type": "boolean",
			"default": true
		},
		"showPrintPDF": {
			"type": "boolean",
			"default": true
		},
		"showFullScreen": {
			"type": "boolean",
			"default": true
		},
		"showPageControls": {
			"type": "boolean",
			"default": true
		},
		"dockPageControls": {
			"type": "boolean",
			"default": true
		},
		"enableFormFilling": {
			"type": "boolean",
			"default": true
		},
		"showAnnotationTools": {
			"type": "boolean",
			"default": true
		}
	},
	"textdomain": "pdf-embed",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css",
	"viewScript": "file:./build/frontend.js"
}