{
	"apiVersion": 2,
	"title": "Location",
	"description": "Display a post’s location and weather metadata.",
	"name": "indieblocks/location",
	"category": "theme",
	"icon": "location",
	"editorScript": "file:./block.js",
	"render": "file:./render.php",
	"attributes": {
		"includeWeather": {
			"type": "boolean",
			"default": false
		},
		"separator": {
			"type": "string",
			"default": " • "
		}
	},
	"usesContext": [ "postId", "postType" ],
	"textdomain": "indieblocks",
	"supports": {
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true,
				"link": true
			}
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontFamily": true,
			"__experimentalFontWeight": true,
			"__experimentalFontStyle": true,
			"__experimentalTextTransform": true,
			"__experimentalTextDecoration": true,
			"__experimentalLetterSpacing": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		}
	}
}
