{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "suredonation/html",
	"title": "HTML",
	"description": "Inserts custom HTML markup within the donation form",
	"category": "suredonation",
	"keywords": [ "html", "code", "custom", "markup" ],
	"textdomain": "suredonation",
	"supports": {
		"reusable": false,
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"block_id": {
			"type": "string"
		},
		"htmlContent": {
			"type": "string",
			"default": ""
		},
		"label": {
			"type": "string",
			"default": "HTML Block"
		},
		"fieldWidth": {
			"type": "number",
			"default": 100
		},
		"formId": {
			"type": "number",
			"default": 0
		},
		"slug": {
			"type": "string",
			"default": ""
		},
		"className": {
			"type": "string",
			"default": ""
		},
		"customClasses": {
			"type": "string",
			"default": ""
		}
	}
}
