{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "lumenare/search",
	"version": "2.1.02",
	"title": "Lumenare Search",
	"category": "widgets",
	"icon": "search",
	"description": "A powerful search block with live results and fuzzy matching.",
	"keywords": [ "search", "find", "lookup", "lumenare" ],
	"textdomain": "lumenare-search",
	"attributes": {
		"placeholder": {
			"type": "string",
			"default": ""
		},
		"showIcon": {
			"type": "boolean",
			"default": true
		},
		"buttonPosition": {
			"type": "string",
			"default": "inside",
			"enum": [ "inside", "outside", "none", "icon-only" ]
		},
		"width": {
			"type": "string",
			"default": "100%"
		}
	},
	"supports": {
		"align": [ "left", "center", "right", "wide", "full" ],
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"color": {
			"background": true,
			"text": true
		},
		"typography": {
			"fontSize": true
		}
	},
	"editorScript": "file:../../../assets/block/index.js",
	"editorStyle": "file:../../../assets/block/index.css",
	"style": "file:../../../assets/block/style-index.css",
	"render": "file:../../Block/SearchBlock.php"
}
