{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "jetpack-search/powered-by",
	"version": "0.1.0",
	"title": "Powered by Jetpack",
	"category": "jetpack-search",
	"description": "Renders the \"Search powered by Jetpack\" attribution link to jetpack.com. Free-plan sites always display this; paid sites can remove the block to hide it.",
	"keywords": [ "search", "jetpack", "powered by", "colophon" ],
	"supports": {
		"html": false,
		"color": {
			"background": true,
			"text": true,
			"link": true
		},
		"spacing": {
			"padding": true,
			"margin": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"fontFamily": true
		}
	},
	"textdomain": "jetpack-search-pkg",
	"render": "file:./render.php",
	"style": "file:../../../../build/search-blocks/powered-by.css"
}
