mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"$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": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"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"
|
|
}
|