{
	"apiVersion": 2,
	"name": "emgb/map",
	"version": "0.1.0",
	"title": "Google Map",
	"category": "common",
	"description": "Show location with Google Map",
	"supports": {
		"html": false,
		"anchor": true
	},
	"keywords": ["map", "google", "google map", "google maps", "location"],
	"attributes": {
		"id": {
			"type": "string"
		},
		"location": {
			"type": "string",
			"default": "Space Needle"
		},
		"zoom": {
			"type": "number",
			"default": 10
		},
		"type": {
			"type": "string",
			"default": "m"
		},
		"deskHeight": {
			"type": "number",
			"default": 400
		},
		"tabHeight": {
			"type": "number",
			"default": 300
		},
		"mobileHeight": {
			"type": "number",
			"default": 250
		},
		"device": {
			"type": "string",
			"default": "desktop"
		}
	},
	"textdomain": "embed-maps-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
