{
	"apiVersion": 3,
	"name": "omnisend/checkout-block",
	"version": "2.0.0",
	"title": "Omnisend subscriber checkbox",
	"category": "woocommerce",
	"description": "Adds a checkbox field to let the shopper become a subscriber.",
	"supports": {
		"html": false,
		"align": false,
		"multiple": false,
		"reusable": false
	},
	"parent": ["woocommerce/checkout-contact-information-block"],
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		},
		"text": {
			"type": "string",
			"default": ""
		}
	},
	"textdomain": "omnisend-checkout-block",
	"editorStyle": ""
}
