{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "learnpress/course-search",
	"title": "Course Search",
	"category": "learnpress-course-elements",
	"icon": "search",
	"description": "Show Search Course.",
	"textdomain": "learnpress",
	"keywords": ["search", "learnpress"],
	"ancestor": ["learnpress/list-courses"],
	"usesContext": [],
	"supports": {
		"multiple": true,
		"align": [ "wide", "full" ],
		"html": false,
		"typography": {
			"fontSize": true,
			"lineHeight": false,
			"fontWeight": true,
			"__experimentalFontFamily": false,
			"__experimentalTextDecoration": false,
			"__experimentalFontStyle": false,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": false,
			"__experimentalTextTransform": false,
			"__experimentalDefaultControls": { "fontSize": true }
		},
		"color": {
			"background": false,
			"text": true,
			"link": false,
			"gradients": false,
			"__experimentalDefaultControls": {
				"text": true
			}
		}
	}
}
