{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/price-list",
	"version": "1.0.1",
	"title": "Price List",
	"category": "wuppi",
	"icon": "list-view",
	"description": "A service or menu price list. Each row shows a name, optional description, and price. Great for menus, service catalogues, and rate sheets.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"title": {
			"type": "string",
			"default": ""
		},
		"currency": {
			"type": "string",
			"default": "$"
		},
		"currencyPosition": {
			"type": "string",
			"default": "before"
		},
		"dividerStyle": {
			"type": "string",
			"default": "solid"
		},
		"items": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object"
			}
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
