block.json
38 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/slide-out-cart-items-subtotal", |
| 5 | "title": "Cart Subtotal", |
| 6 | "description": "Display the cart subtotal", |
| 7 | "keywords": [ |
| 8 | "cart", |
| 9 | "subtotal" |
| 10 | ], |
| 11 | "category": "surecart-cart", |
| 12 | "textdomain": "surecart", |
| 13 | "version": "1.0.0", |
| 14 | "example": {}, |
| 15 | "ancestor": [ |
| 16 | "surecart/slide-out-cart" |
| 17 | ], |
| 18 | "supports": { |
| 19 | "interactivity": true, |
| 20 | "html": false, |
| 21 | "multiple": false, |
| 22 | "layout": { |
| 23 | "allowSwitching": false, |
| 24 | "allowInheriting": false, |
| 25 | "allowSizingOnChildren": true, |
| 26 | "default": { |
| 27 | "type": "flex", |
| 28 | "justifyContent": "space-between" |
| 29 | } |
| 30 | }, |
| 31 | "spacing": { |
| 32 | "margin": true, |
| 33 | "padding": true |
| 34 | } |
| 35 | }, |
| 36 | "render": "file:./view.php", |
| 37 | "editorScript": "file:./index.js" |
| 38 | } |