{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "lumenare/search-trends",
	"version": "2.1.04",
	"title": "Lumenare Search Trends",
	"category": "widgets",
	"icon": "chart-line",
	"description": "Display trending or latest search queries from Lumenare analytics.",
	"keywords": [ "search", "trending", "latest", "popular", "lumenare" ],
	"textdomain": "lumenare-search",
	"attributes": {
		"title": {
			"type": "string",
			"default": ""
		},
		"mode": {
			"type": "string",
			"default": "trending",
			"enum": [ "trending", "latest" ]
		},
		"layout": {
			"type": "string",
			"default": "list",
			"enum": [ "list", "chips" ]
		},
		"limit": {
			"type": "number",
			"default": 5
		},
		"period": {
			"type": "string",
			"default": "month",
			"enum": [ "day", "week", "month", "all" ]
		},
		"orderBy": {
			"type": "string",
			"default": "trending_score",
			"enum": [ "trending_score", "search_count", "growth_rate", "last_seen" ]
		},
		"showCounts": {
			"type": "boolean",
			"default": true
		},
		"showDates": {
			"type": "boolean",
			"default": false
		},
		"minSearches": {
			"type": "number",
			"default": 2
		},
		"hideZeroResults": {
			"type": "boolean",
			"default": true
		},
		"emptyMessage": {
			"type": "string",
			"default": ""
		},
		"headingLevel": {
			"type": "number",
			"default": 3
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"color": {
			"background": true,
			"text": true,
			"link": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		}
	},
	"editorScript": "file:../../../assets/block/index.js",
	"editorStyle": "file:../../../assets/block/index.css",
	"style": "file:../../../assets/block/style-index.css",
	"render": "file:../../Block/SearchTrendsBlock.php"
}
