{
	"apiVersion": 3,
	"name": "whatsapp-notification/whatsapp-notification-block",
	"version": "1.0.0",
	"title": "WhatsApp Notification!",
	"category": "woocommerce",
	"description": "WhatsApp Notification checkbox to the checkout.",
	"supports": {
		"html": false,
		"align": false,
		"multiple": false,
		"reusable": false
	},
  "parent": [ "woocommerce/checkout-shipping-address-block", "woocommerce/checkout-billing-address-block" ],
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		},
		"text": {
			"type": "string",
			"source": "html",
			"selector": ".wp-block-whatsapp-notification-whatsapp-notification-block",
			"default": ""
		}
	},
	"textdomain": "notifications-with-whatsapp",
	"editorStyle": "file:../../../build/style-whatsapp-notification-block.css"
}
