| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "caddy/cart", |
| 5 |
"version": "3.2.0", |
| 6 |
"title": "Caddy Smart Side Cart", |
| 7 |
"category": "woocommerce", |
| 8 |
"icon": "cart", |
| 9 |
"description": "A high performance, conversion-boosting side cart for your WooCommerce store.", |
| 10 |
"keywords": [ |
| 11 |
"cart", |
| 12 |
"woocommerce", |
| 13 |
"side cart", |
| 14 |
"shopping cart", |
| 15 |
"ecommerce" |
| 16 |
], |
| 17 |
"textdomain": "caddy", |
| 18 |
"attributes": { |
| 19 |
"cartText": { |
| 20 |
"type": "string", |
| 21 |
"default": "Cart" |
| 22 |
}, |
| 23 |
"showIcon": { |
| 24 |
"type": "boolean", |
| 25 |
"default": true |
| 26 |
}, |
| 27 |
"autoOpen": { |
| 28 |
"type": "boolean", |
| 29 |
"default": true |
| 30 |
} |
| 31 |
}, |
| 32 |
"supports": { |
| 33 |
"html": false, |
| 34 |
"interactivity": true, |
| 35 |
"multiple": false |
| 36 |
}, |
| 37 |
"render": "file:./render.php", |
| 38 |
"viewScriptModule": "caddy/cart", |
| 39 |
"editorScript": "file:./editor.js", |
| 40 |
"editorStyle": "file:./editor.css" |
| 41 |
} |