woocommerce-paypal-payments/modules/ppcp-paylater-wc-blocks/resources/js/CheckoutPayLaterMessagesBlock/block.json
2024-04-17 14:16:29 +02:00

33 lines
925 B
JSON

{
"$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": {
"id": {
"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"
}