| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"name": "sellkit-blocks/checkout", |
| 4 |
"title": "Checkout", |
| 5 |
"category": "sellkit-blocks", |
| 6 |
"textdomain": "sellkit", |
| 7 |
"attributes": { |
| 8 |
"customClassName": { |
| 9 |
"type": "string", |
| 10 |
"default": "" |
| 11 |
}, |
| 12 |
"emptyCartMessage": { |
| 13 |
"type": "string", |
| 14 |
"default": "Your shopping cart is empty." |
| 15 |
}, |
| 16 |
"showExpressCheckout": { |
| 17 |
"type": "boolean", |
| 18 |
"default": true |
| 19 |
} |
| 20 |
}, |
| 21 |
"supports": { |
| 22 |
"inserter": true, |
| 23 |
"anchor": true, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
], |
| 28 |
"alignWide": true, |
| 29 |
"html": false, |
| 30 |
"multiple": false, |
| 31 |
"reusable": false |
| 32 |
}, |
| 33 |
"editorStyle": "file:../../../../assets/dist/blocks/checkout/editor.css", |
| 34 |
"style": [ |
| 35 |
"wp-block-sellkit-checkout sellkit-checkout-widget", |
| 36 |
"file:../../../../assets/dist/blocks/checkout/frontend.css" |
| 37 |
], |
| 38 |
"apiVersion": 3 |
| 39 |
} |
| 40 |
|