{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "elasticprobe/facet-meta",
	"title": "Filter by Metadata",
	"category": "elasticprobe",
	"description": "Let visitors filter your content by metadata values.",
	"keywords": ["custom fields", "facets"],
	"textdomain": "elasticprobe",
	"attributes": {
		"displayCount": {
			"type": "boolean",
			"default": false
		},
		"facet": {
			"type": "string",
			"default": ""
		},
		"isPreview": {
			"type": "boolean",
			"default": false
		},
		"order":  {
			"type":  "string",
			"default": "desc",
			"enum":  [ "desc", "asc" ]
		},
		"orderby": {
			"type": "string",
			"default": "count",
			"enum": [ "count", "name" ]
		},
		"searchPlaceholder": {
			"type": "string",
			"default": "Search"
		},
		"type": {
			"type": "string",
			"default": "meta"
		}
	},
	"supports": {
		"color": {
			"background": true,
			"link": true,
			"text": false
		},
		"html": false,
		"position": {
			"sticky": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		}
	},
	"editorScript": "eprobe-facets-meta-block-script",
	"style": "elasticprobe-facets"
}
