{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "elasticprobe/facet-meta-range",
	"title": "Filter by Metadata Range - Beta",
	"category": "elasticprobe",
	"description": "Let visitors filter your content by a range of metadata values.",
	"keywords": ["custom fields", "facets", "price"],
	"textdomain": "elasticprobe",
	"attributes": {
		"facet": {
			"type": "string",
			"default": ""
		},
		"prefix": {
			"type": "string",
			"default": ""
		},
		"suffix": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"color": {
			"background": true,
			"link": true,
			"text": true
		},
		"html": false,
		"position": {
			"sticky": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		}
	},
	"editorScript": "eprobe-facets-meta-range-block-script",
	"viewScript": "eprobe-facets-meta-range-block-view-script",
	"style": "elasticprobe-facets"
}
