2023-12-05 21:35:18 +02:00
{
"$schema" : "https://schemas.wp.org/trunk/block.json" ,
"apiVersion" : 3 ,
"name" : "woocommerce-paypal-payments/paylater-messages" ,
2023-12-08 09:33:02 +02:00
"title" : "PayPal Pay Later messaging" ,
2023-12-07 10:18:57 +02:00
"category" : "woocommerce" ,
"description" : "PayPal Pay Later messaging will be displayed for eligible customers. Customers automatically see the most relevant Pay Later offering." ,
2023-12-05 21:35:18 +02:00
"example" : { } ,
"attributes" : {
2024-04-11 14:52:49 +02:00
"id" : {
"type" : "string"
} ,
"layout" : {
"type" : "string" ,
"default" : "flex"
} ,
"logo" : {
"type" : "string" ,
"default" : "inline"
} ,
"position" : {
"type" : "string" ,
"default" : "left"
} ,
"color" : {
"type" : "string" ,
"default" : "black"
} ,
"size" : {
"type" : "string" ,
"default" : "14"
} ,
"flexColor" : {
"type" : "string" ,
"default" : "white"
} ,
"flexRatio" : {
"type" : "string" ,
"default" : "8x1"
} ,
"placement" : {
"type" : "string" ,
"default" : "auto"
}
2023-12-05 21:35:18 +02:00
} ,
"supports" : {
2024-04-08 23:35:53 +02:00
"html" : false ,
2024-04-11 13:53:04 +02:00
"multiple" : false
2023-12-05 21:35:18 +02:00
} ,
"textdomain" : "woocommerce-paypal-payments" ,
2023-12-07 16:28:30 +02:00
"editorScript" : "ppcp-paylater-block" ,
2024-04-10 13:08:56 +02:00
"editorStyle" : "file:./assets/css/edit.css"
2023-12-05 21:35:18 +02:00
}