# blockenberg/2.0.7/blocks/google-map/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 146 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/google-map/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/google-map/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/google-map/block.json#L10-L20`.

```json
{
	"apiVersion": 3,
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "blockenberg/google-map",
	"title": "Google Map",
	"category": "bkbg-business",
	"icon": "location-alt",
	"description": "Embed a Google Map by address with zoom, map type, caption, border, and shadow controls.",
	"keywords": [
		"map",
		"google",
		"location",
		"address",
		"embed",
		"place"
	],
	"textdomain": "blockenberg",
	"editorScript": "bkbg-google-map-editor",
	"editorStyle": "bkbg-google-map-style",
	"style": "bkbg-google-map-style",
	"viewScript": "bkbg-google-map-frontend",
	"supports": {
		"html": false,
		"anchor": true,
		"className": true,
		"align": [
			"wide",
			"full"
		]
	},
	"attributes": {
		"address": {
			"type": "string",
			"default": "New York, NY, USA"
		},
		"apiKey": {
			"type": "string",
			"default": ""
		},
		"zoom": {
			"type": "number",
			"default": 14
		},
		"mapType": {
			"type": "string",
			"default": "roadmap"
		},
		"allowFullscreen": {
			"type": "boolean",
			"default": true
		},
		"lazyLoad": {
			"type": "boolean",
			"default": true
		},
		"mapHeight": {
			"type": "number",
			"default": 450
		},
		"maxWidth": {
			"type": "number",
			"default": 0
		},
		"borderRadius": {
			"type": "number",
			"default": 8
		},
		"showBorder": {
			"type": "boolean",
			"default": false
		},
		"borderWidth": {
			"type": "number",
			"default": 1
		},
		"borderStyle": {
			"type": "string",
			"default": "solid"
		},
		"borderColor": {
			"type": "string",
			"default": "#e2e8f0"
		},
		"showShadow": {
			"type": "boolean",
			"default": true
		},
		"shadowH": {
			"type": "number",
			"default": 0
		},
		"shadowV": {
			"type": "number",
			"default": 8
		},
		"shadowBlur": {
			"type": "number",
			"default": 32
		},
		"shadowSpread": {
			"type": "number",
			"default": 0
		},
		"shadowColor": {
			"type": "string",
			"default": "rgba(0,0,0,0.12)"
		},
		"showCaption": {
			"type": "boolean",
			"default": false
		},
		"caption": {
			"type": "string",
			"default": "Our location"
		},
		"captionSize": {
			"type": "number",
			"default": 14
		},
		"captionWeight": {
			"type": "number",
			"default": 400
		},
		"captionColor": {
			"type": "string",
			"default": "#6b7280"
		},
		"captionAlign": {
			"type": "string",
			"default": "center"
		},
		"captionSpacing": {
			"type": "number",
			"default": 12
		},
		"captionLineHeight": {
			"type": "number",
			"default": 1.5
		},
		"typoCaption": {
			"type": "object",
			"default": {}
		}
	}
}

```
