PluginProbe
Caddy – WooCommerce Side Cart & Free Shipping Bar / trunk
Caddy – WooCommerce Side Cart & Free Shipping Bar vtrunk
3.2.0 3.1.1 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8 1.8.1 1.8.2 1.9 1.9.2 1.9.3 All 46 releases
caddy / block.json

block.json in Caddy – WooCommerce Side Cart & Free Shipping Bar trunk, at block.json

41 lines 843 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }