{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "jetpack-search/search-results",
	"version": "0.1.0",
	"title": "Search Results",
	"category": "jetpack-search",
	"description": "Container for the search results region — bundles the results list, count, sort, load-more, and error/empty-state messaging. Pre-populated with a sensible default; rearrange, remove, or add more from the inserter. Powered by Jetpack Search.",
	"keywords": [ "search", "results", "feed" ],
	"supports": {
		"html": false,
		"color": {
			"background": true,
			"text": true,
			"link": true
		},
		"spacing": {
			"padding": true,
			"margin": true,
			"blockGap": true
		},
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"fontFamily": true
		}
	},
	"textdomain": "jetpack-search-pkg",
	"attributes": {
		"postTypeMode": {
			"type": "string",
			"enum": [ "include", "exclude" ],
			"default": "exclude"
		},
		"postTypes": {
			"type": "array",
			"default": [],
			"items": { "type": "string" }
		}
	},
	"render": "file:./render.php",
	"viewScriptModule": "file:../../../../build/search-blocks/search-results.js",
	"style": "file:../../../../build/search-blocks/search-results.css"
}
