{
	"apiVersion": "1",
	"name": "bpivb/image-viewer-directory",
	"title": "Image Map",
	"description": "A Gutenberg block to embed images with few advance options such as zoom, pin, magnify, map and Pano.",
	"category": "widgets",
	"keywords": [
		"image",
		"viewer",
		"block"
	],
	"textdomain": "image-viewer",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"img": {
			"type": "object",
			"default": {
				"id": null,
				"url": "https://i.ibb.co/DWjhC8v/green-grass-field.jpg",
				"alt": "",
				"title": ""
			}
		},
		"viewerType": {
			"type": "string",
			"default": "map"
		},
		"maps": {
			"type": "array",
			"default": [
				{
					"top": 100,
					"left": 100,
					"width": 50,
					"height": 100,
					"shape": "rect",
					"link": "https://google.com",
					"title": "Google",
					"target": "_blank"
				}
			]
		},
		"zoom": {
			"type": "object",
			"default": {
				"disablePan": false,
				"disableZoom": false,
				"disableXAxis": false,
				"disableYAxis": false,
				"duration": 200,
				"panOnlyWhenZoomed": false,
				"startScale": 1,
				"step": 0.3,
				"contain": "null"
			}
		},
		"magnify": {
			"type": "object",
			"default": {
				"speed": 200,
				"timeOut": -1,
				"finalWidth": 500,
				"finalHeight": 500,
				"magnifieWidth": 500,
				"magnifieHeight": 500,
				"limitBounds": true
			}
		},
		"width": {
			"type": "string",
			"default": "100%"
		},
		"height": {
			"type": "string",
			"default": "320px"
		},
		"autoRotate": {
			"type": "boolean",
			"default": true
		},
		"rotateSpeed": {
			"type": "number",
			"default": 2
		},
		"hideControl": {
			"type": "boolean",
			"default": true
		},
		"autoPlay": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"columns": {
				"desktop": 1,
				"tablet": 1,
				"mobile": 1
			}
		}
	},
	"editorScript": "file:dist/editor.js"
}