{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "dc-artists/artists-list",
	"title": "Setlist: Artists List",
	"category": "widgets",
	"icon": "format-audio",
	"description": "Display a list of artists, optionally filtered by label.",
	"keywords": [ "artists", "music", "band", "dc-artists" ],
	"textdomain": "dc-artists",
	"attributes": {
		"labelId": {
			"type": "integer",
			"default": 0
		},
		"perPage": {
			"type": "integer",
			"default": 20
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false
	},
	"editorScript": "file:./index.js",
	"editorStyle": "dc-artists-block-editor",
	"render": "file:./render.php"
}
