{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "search-meter/recent-searches",
	"version": "0.1.0",
	"title": "Recent Searches",
	"category": "widgets",
	"icon": "editor-ul",
	"description": "A list of the most recent successful searches on the site. Powered by Search Meter",
	"example": {},
	"attributes": {
		"title": {
			"type": "string"
		},
		"count": {
			"type": "number"
		}
	},
	"supports": {
		"color": {
			"background": false,
			"text": true
		},
		"html": false,
		"typography": {
			"fontSize": true
		}
	},
	"textdomain": "search-meter",
	"editorScript": "file:./index.js",
	"style": "file:./style-index.css",
	"render": "file:./render.php"
}