File "block.json"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.json
File size: 617 bytes
MIME-type: application/json
Charset: utf-8

{
	"name": "woocommerce/checkout-billing-address-block",
	"version": "1.0.0",
	"title": "Billing Address",
	"description": "Collect your customer's billing address.",
	"category": "woocommerce",
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	},
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		}
	},
	"parent": [ "woocommerce/checkout-fields-block" ],
	"textdomain": "woo-gutenberg-products-block",
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2
}