{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce-paypal-payments/checkout-paylater-messages",
	"title": "Checkout - PayPal Pay Later messaging",
	"category": "woocommerce-paypal-payments",
	"description": "PayPal Pay Later messaging will be displayed for eligible customers. Customers automatically see the most relevant Pay Later offering.",
	"example": {},
	"parent": [ "woocommerce/checkout-totals-block" ],
	"attributes": {
		"blockId": {
			"type": "string",
            "default": "woocommerce-paypal-payments/checkout-paylater-messages"
		},
        "ppcpId": {
            "type": "string"
        },
		"lock": {
			"type": "object",
			"default": {
				"remove": true,
				"move": false
			}
		}
	},
	"supports": {
		"html": false,
		"inserter": false,
		"multiple": false
	},
	"textdomain": "woocommerce-paypal-payments",
	"editorScript": "ppcp-checkout-paylater-block"
}
