PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / trunk
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster vtrunk
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 / block.json

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

68 lines 1.4 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",
4 "title": "Payment",
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-block-editor"
49 },
50 "attributes": {
51 "customClassName": {
52 "type": "string",
53 "default": ""
54 },
55 "paymentHeadingText": {
56 "type": "string",
57 "default": "Payment"
58 },
59 "paymentDescriptionText": {
60 "type": "string",
61 "default": "All transactions are secure and encrypted."
62 }
63 },
64 "parent": [
65 "sellkit-blocks/checkout"
66 ]
67 }
68