{
	"apiVersion": 3,
	"name": "blocks-for-discogs/discogs-user-list",
	"title": "Discogs User List",
	"description": "Display a user list as grid or list",
	"keywords": ["discogs","user","collection","wantlist","list"],
	"category": "blocks-for-discogs",
	"icon": {
		"background": "#333333", 
		"foreground": "#ffffff",
		"src": "album"
	},
	"supports": {
		"html": false,
		"anchor": true,
		"align": ["wide","full"],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
    "attributes": {
		"blockID": { "type": "string", "default": "" },
		"display_list_name": { "type": "boolean", "default": true },
		"display_list_description": { "type": "boolean", "default": true },
		"display_release_image": { "type": "boolean", "default": true },
		"display_release_title": { "type": "boolean", "default": true },
		"display_release_comment": { "type": "boolean", "default": true },
		"layout_columns": { "type": "number", "default": 3 },
		"layout_style": { "type": "string", "default": "cards" },
		"list_id": { "type": "string", "default": "" },
		"username": { "type": "string", "default": "" }
     },
	"editorScript": "file:./index.js",
	"style": "file:./frontend.css",
	"script": "file:./frontend.js",
	"render": "file:./render.php"
}

