woocommerce-paypal-payments/modules/ppcp-paylater-block/block.json
2023-12-05 21:35:18 +02:00

42 lines
1,019 B
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": {
"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"
}