{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "jetpack-search/search-input",
	"version": "0.1.0",
	"title": "Search Input",
	"category": "jetpack-search",
	"description": "Text input for the search query. Powered by Jetpack Search.",
	"supports": {
		"html": false,
		"interactivity": true
	},
	"attributes": {
		"placeholder": { "type": "string", "default": "" },
		"showIcon": { "type": "boolean", "default": true },
		"submitOnly": { "type": "boolean", "default": false },
		"enableSuggestions": { "type": "boolean", "default": false },
		"suggestionTypes": {
			"type": "array",
			"default": [ "query", "taxonomy", "post" ],
			"items": { "type": "string", "enum": [ "query", "taxonomy", "post" ] }
		},
		"width": { "type": "number" },
		"widthUnit": { "type": "string" }
	},
	"textdomain": "jetpack-search-pkg",
	"render": "file:./render.php",
	"viewScriptModule": "file:../../../../build/search-blocks/search-input.js",
	"style": "file:../../../../build/search-blocks/search-input.css"
}
