{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "hiring-center/query-loop-filtering-button",
	"title": "Query loop filtering: Button",
	"category": "hiring-center",
	"icon": "search",
	"textdomain": "hiring-center",
	"attributes": {
		"text": {
			"type": "string",
			"source": "html",
			"selector": "span",
			"default": "Search",
			"role": "content"
		}
	},
	"supports": {
		"color": {
			"gradients": true
		},
		"filter": {
			"duotone": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"shadow": true,
		"spacing": {
			"margin": [ "horizontal", "vertical" ],
			"padding": [ "horizontal", "vertical" ]
		},
		"__experimentalBorder": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		}
	},
	"editorScript": "file:./index.js",
	"style": "file:./index.css",
	"ancestor": [ "hiring-center/query-loop-filtering-container" ]
}
