{
	"$schema": "https://schemas.wp.org/block.json",
	"apiVersion": 3,
	"name": "masteriyo/course-enroll-button",
	"version": "1.0.0",
	"title": "Course Enrolled Button",
	"category": "masteriyo-single-course",
	"description": "",
	"keywords": [
		"Course button Block"
	],
	"textdomain": "masteriyo",
	"attributes": {
		"clientId": {
			"type": "string",
			"default": ""
		},
		"alignment": {
			"type": "string",
			"default": "left"
		},
		"textColor": {
			"type": "string",
			"default": ""
		},
		"backgroundColor": {
			"type": "string",
			"default": ""
		},
		"startCourseButtonBorder": {
			"type": "object",
			"default": {
				"radius": {}
			}
		},
		"fontSize": {
			"type": "object",
			"default": {
				"value": "16",
				"unit": "px"
			}
		},
		"blockCSS": {
			"type": "string"
		},
		"courseId": {
			"type": "number"
		}
	},
	"usesContext": [
		"masteriyo/course_id"
	],
	"style": "masteriyo-public",
	"editorScript": "masteriyo-blocks",
	"editorStyle": "masteriyo-public",
	"supports": {
		"align": false,
		"html": false,
		"color": {
			"background": false,
			"gradient": false,
			"text": false
		},
		"customClassName": false,
		"className": false,
		"reusable": false
	}
}
