{
	"apiVersion": 2,
	"name": "taxdo/apply-certificate",
	"version": "1.0.0",
	"title": "Apply certificate code",
	"category": "woocommerce",
	"description": "Apply a certificate code",
	"supports": {
		"html": false,
		"align": false,
		"multiple": false,
		"reusable": true
	},
	"parent": [ "woocommerce/checkout-order-summary-block" ],
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		},
		"text": {
			"type": "string",
			"source": "html",
			"selector": ".wp-block-taxdo-apply-certificate",
			"default": ""
		}
	},
	"textdomain": "taxdo",
	"editorStyle": "file:../style.css"
}
