woocommerce-paypal-payments/modules/ppcp-paylater-block/block.json

53 lines
1.3 KiB
JSON
Raw Normal View History

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"
},
"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",
"editorScript": "ppcp-paylater-block",
2023-12-05 21:35:18 +02:00
"editorStyle": "file:./assets/css/edit.css"
}