2023-12-05 21:35:18 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
|
|
"apiVersion": 3,
|
|
|
|
"name": "woocommerce-paypal-payments/paylater-messages",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"title": "PayPal Pay Later messages",
|
|
|
|
"category": "widgets",
|
|
|
|
"description": "Pay Later",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"flexColor": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "white"
|
|
|
|
},
|
|
|
|
"flexRatio": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "8x1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
|
|
|
"html": false
|
|
|
|
},
|
|
|
|
"textdomain": "woocommerce-paypal-payments",
|
|
|
|
"editorScript": "file:./assets/js/paylater-block.js",
|
|
|
|
"editorStyle": "file:./assets/css/edit.css"
|
|
|
|
}
|