{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "fibosearch/search",
	"version": "1.0.0",
	"title": "PlusCodes",
	"category": "widgets",
	"description": "AJAX (live) search form for WooCommerce",
	"keywords": [
		"search",
		"product"
	],
	"supports": {
		"html": false
	},
	"attributes": {
		"inheritPluginSettings": {
			"type": "boolean",
			"default": true
		},
		"layout": {
			"enum": [
				"classic",
				"icon",
				"icon-flexible",
				"icon-flexible-inv"
			],
			"type": "string",
			"default": "classic"
		},
		"darkenedBackground": {
			"type": "boolean",
			"default": false
		},
		"mobileOverlay": {
			"type": "boolean",
			"default": true
		}
	},
	"textdomain": "ajax-search-for-woocommerce",
	"editorScript": "file:./index.js",
	"editorStyle": [
		"dgwt-wcas-style",
		"dgwt-wcas-style-personalization",
		"file:./index.css"
	]
}