{
	"apiVersion": 3,
	"title": "Local Business by Rank Math",
	"description": "Rank Math's Local Business block",
	"name": "rank-math/local-business",
	"category": "rank-math-blocks",
	"icon": "editor-ul",
	"textdomain": "rank-math-pro",
	"keywords": [ "Local Business", "Rank Math", "Contact" ],
	"editorScript": [
		"lodash",
		"file:./js/index.js"
	],
	"attributes": {
		"type": {
			"type": "string",
			"default": "address"
		},
		"locations": {
			"type": "string",
			"default": ""
		},
		"terms": {
			"type": "array",
			"default": []
		},
		"limit": {
			"type": "string",
			"default": ""
		},
		"show_company_name": {
			"type": "boolean",
			"default": true
		},
		"show_company_address": {
			"type": "boolean",
			"default": true
		},
		"show_on_one_line": {
			"type": "boolean",
			"default": false
		},
		"show_state": {
			"type": "boolean",
			"default": true
		},
		"show_country": {
			"type": "boolean",
			"default": true
		},
		"show_telephone": {
			"type": "boolean",
			"default": true
		},
		"show_secondary_number": {
			"type": "boolean",
			"default": true
		},
		"show_fax": {
			"type": "boolean",
			"default": false
		},
		"show_email": {
			"type": "boolean",
			"default": true
		},
		"show_url": {
			"type": "boolean",
			"default": true
		},
		"show_logo": {
			"type": "boolean",
			"default": true
		},
		"show_vat_id": {
			"type": "boolean",
			"default": false
		},
		"show_tax_id": {
			"type": "boolean",
			"default": false
		},
		"show_coc_id": {
			"type": "boolean",
			"default": false
		},
		"show_pricerange": {
			"type": "boolean",
			"default": false
		},
		"show_priceRange": {
			"type": "boolean",
			"default": false
		},
		"show_opening_hours": {
			"type": "boolean",
			"default": false
		},
		"show_days": {
			"type": "string",
			"default": "Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday"
		},
		"hide_closed_days": {
			"type": "boolean",
			"default": false
		},
		"show_opening_now_label": {
			"type": "boolean",
			"default": false
		},
		"opening_hours_note": {
			"type": "string",
			"default": "Open Now"
		},
		"show_map": {
			"type": "boolean",
			"default": false
		},
		"map_style": {
			"type": "string",
			"default": ""
		},
		"map_width": {
			"type": "string",
			"default": "100%"
		},
		"map_height": {
			"type": "string",
			"default": "300px"
		},
		"zoom_level": {
			"type": "integer",
			"default": -1
		},
		"allow_zoom": {
			"type": "boolean",
			"default": true
		},
		"allow_scrolling": {
			"type": "boolean",
			"default": true
		},
		"allow_dragging": {
			"type": "boolean",
			"default": true
		},
		"show_route_planner": {
			"type": "boolean",
			"default": true
		},
		"route_label": {
			"type": "string",
			"default": ""
		},
		"show_category_filter": {
			"type": "boolean",
			"default": false
		},
		"show_marker_clustering": {
			"type": "boolean",
			"default": true
		},
		"show_infowindow": {
			"type": "boolean",
			"default": true
		},
		"show_radius": {
			"type": "boolean",
			"default": true
		},
		"show_nearest_location": {
			"type": "boolean",
			"default": true
		},
		"search_radius": {
			"type": "string",
			"default": 10
		}
	}
}
