{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/map", "title": "Map", "description": "Add an interactive map showing one or more locations.", "keywords": [ "maps", "location", "navigation" ], "version": "12.5.0", "textdomain": "jetpack", "category": "embed", "icon": "", "supports": { "defaultStylePicker": false, "html": false }, "attributes": { "align": { "type": "string" }, "points": { "type": "array", "default": [] }, "address": { "type": "string", "default": "" }, "mapDetails": { "type": "boolean", "default": true }, "zoom": { "type": "integer", "default": 13 }, "mapCenter": { "type": "object", "default": { "longitude": -122.41941550000001, "latitude": 37.7749295 } }, "markerColor": { "type": "string", "default": "red" }, "scrollToZoom": { "type": "boolean", "default": false }, "mapHeight": { "type": "integer" }, "showFullscreenButton": { "type": "boolean", "default": true } }, "example": {}, "editorScript": "jetpack-blocks-editor" }