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 / inner-blocks / payment-continue / 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/inner-blocks/payment-continue/block.json

64 lines 1.3 KB
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-inner-blocks/checkout-payment-continue",
4 "title": "payment-continue",
5 "apiVersion": 3,
6 "supports": {
7 "inserter": true,
8 "color": {
9 "gradients": true,
10 "__experimentalDefaultControls": {
11 "background": true,
12 "text": true
13 }
14 },
15 "spacing": {
16 "margin": true,
17 "padding": true,
18 "__experimentalDefaultControls": {
19 "margin": false,
20 "padding": false
21 }
22 },
23 "typography": {
24 "fontSize": true,
25 "lineHeight": true,
26 "__experimentalFontFamily": true,
27 "__experimentalFontStyle": true,
28 "__experimentalFontWeight": true,
29 "__experimentalLetterSpacing": true,
30 "__experimentalTextTransform": true,
31 "__experimentalTextDecoration": true,
32 "__experimentalWritingMode": true,
33 "__experimentalDefaultControls": {
34 "fontSize": true
35 }
36 },
37 "shadow": true,
38 "align": [
39 "wide",
40 "full"
41 ],
42 "alignWide": true,
43 "textAlign": {
44 "type": "string",
45 "default": "center"
46 },
47 "className": true,
48 "__experimentalSelector": ".sellkit-checkout-payment-continue-block-editor"
49 },
50 "attributes": {
51 "customClassName": {
52 "type": "string",
53 "default": ""
54 },
55 "paymentContinueButtonText": {
56 "type": "string",
57 "default": "Place Order"
58 }
59 },
60 "parent": [
61 "sellkit-blocks/checkout"
62 ]
63 }
64