{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "govalid-qr/qr-code",
	"version": "1.0.0",
	"title": "GoValid QR Code",
	"category": "embed",
	"icon": "screenoptions",
	"description": "Embed a QR code from your GoValid account.",
	"keywords": [ "qr", "code", "govalid", "barcode" ],
	"supports": {
		"html": false,
		"align": [ "left", "center", "right", "wide" ]
	},
	"attributes": {
		"qrId": {
			"type": "string",
			"default": ""
		},
		"qrName": {
			"type": "string",
			"default": ""
		},
		"width": {
			"type": "number",
			"default": 200
		},
		"alignment": {
			"type": "string",
			"default": "center"
		},
		"showLabel": {
			"type": "boolean",
			"default": false
		}
	},
	"textdomain": "govalid-qr",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css"
}
