PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
sellkit / includes / block-editor / blocks / checkout / block.json

block.json in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster 2.7.0, at includes/block-editor/blocks/checkout/block.json

40 lines 828 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 "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