{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "learnpress/instructor-course",
	"title": "Instructor Count Course",
	"category": "learnpress-course-elements",
	"icon": "media-text",
	"description": "Renders template instructor count course PHP templates.",
	"textdomain": "learnpress",
	"keywords": [ "instructor course single", "learnpress" ],
	"ancestor": [ "learnpress/single-instructor" ],
	"attributes": {
		"hidden": {
			"type": "string",
			"default": ""
		}
	},
	"usesContext": [],
	"supports": {
		"multiple": false,
		"align": [ "wide", "full" ],
		"html": false,
		"typography": {
			"fontSize": true,
			"lineHeight": false,
			"fontWeight": true,
			"__experimentalFontFamily": false,
			"__experimentalTextDecoration": false,
			"__experimentalFontStyle": false,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": false,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": { "fontSize": true }
		},
		"color": {
			"background": false,
			"text": true,
			"link": false,
			"gradients": false,
			"__experimentalDefaultControls": {
				"text": true
			}
		}
	}
}
