{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "learnpress/list-courses",
	"title": "Course Listing",
	"category": "learnpress-category",
	"description": "Course Listing block",
	"textdomain": "learnpress",
	"keywords": [ "listing course", "learnpress", "query loop" ],
	"usesContext": [],
	"attributes": {
		"courseQuery": {
			"type": "object",
			"default": {
				"limit": 10,
				"order_by": "post_date",
				"related": false,
				"pagination": false,
				"pagination_type": "number",
				"tag_id": "",
				"term_id": "",
				"load_ajax": false
			}
		}
	},
	"providesContext": {
		"lpCourseQuery": "courseQuery"
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	}
}
