File "block.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block/block.json
File size: 890 bytes
MIME-type: application/json
Charset: utf-8

{
	"name": "woocommerce/checkout-express-payment-block",
	"version": "1.0.0",
	"title": "Express Checkout",
	"description": "Allow customers to breeze through with quick payment options.",
	"category": "woocommerce",
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	},
	"attributes": {
		"showButtonStyles": {
			"type": "boolean",
			"default": false
		},
		"buttonHeight": {
			"type": "string",
			"default": "48"
		},
		"buttonBorderRadius": {
			"type": "string",
			"default": "4"
		},
		"className": {
			"type": "string",
			"default": ""
		},
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": true
			}
		}
	},
	"parent": [
		"woocommerce/checkout-fields-block"
	],
	"textdomain": "woocommerce",
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3
}