{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "dev-hours/single-address",
	"version": "1.0.0",
	"title": "Single address Block",
	"category": "structured-listing",
	"icon": "format-aside",
	"description": "Single block for single address",
	"example": {},
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"attributes": {
		"titleColor": {
			"type": "string",
			"default": "#000000"
		},

		"excerptColor": {
			"type": "string",
			"default": "#666666"
		},
		"linkColor": {
			"type": "string",
			"default": "#0073aa"
		},
		"textAlign": {
			"type": "string",
			"default": "left"
		}
	},
	"textdomain": "structured-listing",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.scss",
	"render": "file:./render.php",
	"usesContext": ["postId"]
}
