{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "mapgear/geoapps-map",
	"version": "1.0.0",
	"title": "Map",
	"category": "geoapps",
	"description": "GeoApps Map block",
	"supports": {
		"html": false
	},
	"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><g fill=\"00aeef\"><path d=\"M17.5,47.5a1.1,1.1,0,0,1-1.7-.1A97.9,97.9,0,0,1,5.5,32.8a18.5,18.5,0,0,1-2-9.1,21.5,21.5,0,1,1,40.8,9.6,1.1,1.1,0,0,1-1.8.3l-3.7-3.3a1.2,1.2,0,0,1-.3-1.3,14.6,14.6,0,1,0-28.1-5.7,12.6,12.6,0,0,0,1.4,6.2,130.5,130.5,0,0,0,9.1,13.1,1.2,1.2,0,0,1-.1,1.5Z\" /></g><g fill=\"#545456\"><path d=\"M25,14.3a9.3,9.3,0,0,0-9.3,9.3,9.1,9.1,0,0,0,.8,3.8c2.3,5.1,6.8,10.5,8.1,12l.4.2.4-.2c1.3-1.5,5.8-6.9,8.1-12a9.1,9.1,0,0,0,.8-3.8A9.3,9.3,0,0,0,25,14.3Zm0,14.1a4.8,4.8,0,1,1,4.8-4.8A4.8,4.8,0,0,1,25,28.4Z\" /></g></svg>",
	"textdomain": "geoapps-map",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"attributes": {
		"tenant_url": {
			"type": "string",
			"default": ""
		},
		"map_id": {
			"type": "string",
			"default": ""
		},
		"width": {
			"type": "string",
			"default": "100%"
		},
		"height": {
			"type": "string",
			"default": "200px"
		}
	}
}