{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "dc-artists/discography",
	"title": "Setlist: Discography",
	"category": "widgets",
	"icon": "album",
	"description": "Display a list of music releases, optionally filtered by artist.",
	"keywords": [ "discography", "music", "albums", "dc-artists" ],
	"textdomain": "dc-artists",
	"attributes": {
		"artistId": {
			"type": "integer",
			"default": 0
		},
		"perPage": {
			"type": "integer",
			"default": 20
		},
		"orderby": {
			"type": "string",
			"default": "release_date"
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false
	},
	"editorScript": "file:./index.js",
	"editorStyle": "dc-artists-block-editor",
	"render": "file:./render.php"
}
