{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wt-sc-blocks/bogo",
	"version": "1.0.0",
	"title": "BOGO",
	"category": "woocommerce",
	"keywords": [ "Bogo", "WooCommerce" ],
	"icon": "",
	"description": "BOGO coupon related operations.",
	"parent": [ "woocommerce/cart-items-block" ],
	"attributes": {
        "lock": {
            "type": "object",
            "default": {
                "remove": true,
                "move": true
            }
        }
    },
	"textdomain": "wt-smart-coupons-for-woocommerce"
}