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" : {
2023-12-06 17:31:56 +02:00
"id" : {
"type" : "string"
} ,
2023-12-05 21:35:18 +02:00
"layout" : {
"type" : "string" ,
"default" : "flex"
} ,
"logo" : {
"type" : "string" ,
"default" : "inline"
} ,
"position" : {
"type" : "string" ,
"default" : "left"
} ,
"color" : {
"type" : "string" ,
"default" : "black"
} ,
2024-03-27 22:35:47 +01:00
"size" : {
"type" : "string" ,
"default" : "14"
} ,
2023-12-05 21:35:18 +02:00
"flexColor" : {
"type" : "string" ,
"default" : "white"
} ,
"flexRatio" : {
"type" : "string" ,
"default" : "8x1"
2023-12-07 08:15:05 +02:00
} ,
"placement" : {
"type" : "string" ,
"default" : "auto"
2023-12-05 21:35:18 +02:00
}
} ,
"supports" : {
"html" : false
} ,
"textdomain" : "woocommerce-paypal-payments" ,
2023-12-07 16:28:30 +02:00
"editorScript" : "ppcp-paylater-block" ,
2023-12-05 21:35:18 +02:00
"editorStyle" : "file:./assets/css/edit.css"
}