{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/icon-list",
	"version": "1.0.1",
	"title": "Icon List",
	"category": "wuppi",
	"icon": "list-view",
	"description": "A list of items each with an inline SVG icon and text label.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"items": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object"
			}
		},
		"iconSize": {
			"type": "number",
			"default": 20
		},
		"gap": {
			"type": "number",
			"default": 12
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
