block.json
30 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "surecart/cart-menu-icon", |
| 5 | "title": "Cart Menu Icon", |
| 6 | "description": "The cart menu icon that shows your cart quantity.", |
| 7 | "category": "surecart", |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false, |
| 12 | "color": { |
| 13 | "text": true, |
| 14 | "background": false |
| 15 | } |
| 16 | }, |
| 17 | "attributes": { |
| 18 | "cart_icon": { |
| 19 | "type": "string", |
| 20 | "default": "shopping-bag" |
| 21 | }, |
| 22 | "cart_menu_always_shown": { |
| 23 | "type": "boolean", |
| 24 | "default": true |
| 25 | } |
| 26 | }, |
| 27 | "script": "surecart-components", |
| 28 | "style": "surecart-themes-default" |
| 29 | } |
| 30 |