{
	"$schema": "https://schemas.wp.org/block-json/1.1",
	"apiVersion": 3,
	"name": "masteriyo/course-user-progress",
	"version": "1.0.0",
	"title": "Course User Progress",
	"category": "masteriyo-single-course",
	"description": "",
	"keywords": [
		"Course",
		"User Progress",
		"LMS",
		"Masteriyo"
	],
	"textdomain": "learning-management-system",
	"example": {
		"attributes": {}
	},
	"usesContext": [
		"masteriyo/course_id"
	],
	"supports": {
		"align": false,
		"html": false,
		"color": {
			"background": false,
			"gradient": false,
			"text": false
		},
		"customClassName": false,
		"className": false,
		"reusable": false
	},
	"attributes": {
		"clientId": {
			"type": "string"
		},
		"blockCSS": {
			"type": "string"
		},
		"alignment": {
			"type": "string"
		},
		"fontSize": {
			"type": "object",
			"default": {
				"value": "14",
				"unit": "px"
			}
		},
		"textColor": {
			"type": "string"
		},
		"courseId": {
			"type": "number"
		},
		"startCategoryBorder": {
			"type": "object",
			"default": {
				"radius": {}
			}
		}
	},
	"style": "masteriyo-public",
	"editorScript": "masteriyo-blocks",
	"editorStyle": "masteriyo-public"
}
