{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "findkit/search-embed",
	"category": "widgets",
	"attributes": {
		"publicToken": { "type": "string" },
		"instanceId": { "type": "string" },
		"colorSlug": { "type": "string" },
		"inputPlaceholder": { "type": "string" },
		"categories": { "type": "string" },
		"tags": { "type": "string" },
		"postTypes": { "type": "string" },
		"domains": { "type": "string" },
		"rawTags": { "type": "string" }
	},
	"providesContext": {
		"findkit/publicToken": "publicToken",
		"findkit/instanceId": "instanceId"
	},
	"version": "0.1.0",
	"title": "Findkit Search Embed",
	"icon": "search",
	"description": "Embed Findkit Search UI into your posts and pages.",
	"supports": {},
	"render": "file:render.php",
	"textdomain": "findkit",
	"viewScript": "findkit-search-blocks-view",
	"style": "findkit-search-blocks-view",
	"editorScript": "findkit-search-blocks-editor",
	"editorStyle": "findkit-search-blocks-editor"
}
