2024-04-08 23:35:53 +02:00
{
"$schema" : "https://schemas.wp.org/trunk/block.json" ,
"apiVersion" : 3 ,
"name" : "woocommerce-paypal-payments/checkout-paylater-messages" ,
"title" : "Checkout - PayPal Pay Later messaging" ,
2024-04-17 14:16:29 +02:00
"category" : "woocommerce-paypal-payments" ,
2024-04-08 23:35:53 +02:00
"description" : "PayPal Pay Later messaging will be displayed for eligible customers. Customers automatically see the most relevant Pay Later offering." ,
"example" : { } ,
2024-04-11 14:52:49 +02:00
"parent" : [ "woocommerce/checkout-totals-block" ] ,
2024-04-08 23:35:53 +02:00
"attributes" : {
2024-04-11 14:52:49 +02:00
"id" : {
2024-04-17 02:06:41 +02:00
"type" : "string" ,
"default" : "woocommerce-paypal-payments/checkout-paylater-messages"
2024-04-11 14:52:49 +02:00
} ,
2024-04-17 02:06:41 +02:00
"ppcpId" : {
"type" : "string"
} ,
2024-04-11 14:52:49 +02:00
"lock" : {
2024-04-08 23:35:53 +02:00
"type" : "object" ,
"default" : {
"remove" : true ,
"move" : false
}
}
} ,
"supports" : {
"html" : false ,
2024-04-11 14:52:49 +02:00
"inserter" : false ,
"multiple" : false
2024-04-08 23:35:53 +02:00
} ,
"textdomain" : "woocommerce-paypal-payments" ,
2024-04-11 14:52:49 +02:00
"editorScript" : "ppcp-checkout-paylater-block"
2024-04-08 23:35:53 +02:00
}