{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "slca/earned-certificates",
	"version": "3.0.3",
	"title": "LearnDash Certificates",
	"category": "widgets",
	"icon": "awards",
	"description": "Display earned LearnDash course and quiz certificates.",
	"keywords": [ "certificate", "learndash", "lms", "quiz", "course" ],
	"textdomain": "show-certificates-anywhere-for-learndash",
	"style": "slca-frontend-css",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"userId": {
			"type": "number",
			"default": 0
		},
		"showEmpty": {
			"type": "string",
			"default": "yes"
		},
			"type": {
				"type": "string",
				"default": "all"
			},
			"template": {
				"type": "string",
				"default": ""
			}
		}
	}
