mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
33 lines
925 B
JSON
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"
|
|
}
|