{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "pressprimer-quiz/my-attempts",
	"version": "3.1.0",
	"title": "PPQ Quiz Attempts",
	"category": "pressprimer-quiz",
	"icon": "list-view",
	"description": "Display a list of the current user's quiz attempts.",
	"supports": {
		"html": false,
		"align": true
	},
	"attributes": {
		"showScore": {
			"type": "boolean",
			"default": true
		},
		"showDate": {
			"type": "boolean",
			"default": true
		},
		"perPage": {
			"type": "number",
			"default": 20
		}
	},
	"textdomain": "pressprimer-quiz",
	"editorScript": "file:../../build/blocks/my-attempts/index.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css"
}
