{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "cloudapps-course-manager/course-list-block",
	"version": "1.1.1",
	"title": "Course List",
	"category": "widgets",
	"icon": "list-view",
	"description": "This block is part of the Cloudapps Course Manager plugin. It allows you to list your upcoming courses.",
	"example": {},
	"keywords": ["course", "list", "training", "booking", "events"],
	"supports": {
		"html": false,
		"align": ["wide", "full"],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"attributes": {
		"widgetId": {
			"type": "string"
		},
		"titleFilter": {
			"type": "string"
		},
		"bordered": {
			"type": "boolean",
			"default": false
		},
		"onlyBookable": {
			"type": "boolean",
			"default": false
		},
		"excludeWaitlist": {
			"type": "boolean",
			"default": false
		},
		"autoWidth": {
			"type": "boolean",
			"default": true
		},
		"openExternally": {
			"type": "boolean",
			"default": true
		},
		"denseLayout": {
			"type": "boolean",
			"default": false
		},
		"width": {
			"type": "number",
			"default": 800
		},
		"minRemainingSeats": {
			"type": "number",
			"default": null
		},
		"maxRemainingSeats": {
			"type": "number",
			"default": null
		},
		"minDaysUntilStart": {
			"type": "number",
			"default": null
		},
		"maxDaysUntilStart": {
			"type": "number",
			"default": null
		}
	},
	"textdomain": "cloudapps-course-manager",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php",
	"viewScript": "file:./view.js"
}
