PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.5.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.5.0
1.6.1 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
suredonation / inc / blocks / cover-fees / block.json

block.json in SureDonation – Donation Forms, Fundraising Campaigns & Donor Management 1.5.0, at inc/blocks/cover-fees/block.json

82 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 "apiVersion": 3,
4 "name": "suredonation/cover-fees",
5 "title": "Cover Processing Fees",
6 "description": "Allow donors to cover payment processing fees",
7 "category": "suredonation",
8 "keywords": [ "cover", "fees", "processing", "stripe", "payment" ],
9 "textdomain": "suredonation",
10 "supports": {
11 "reusable": false,
12 "html": false,
13 "multiple": false
14 },
15 "example": {
16 "attributes": {
17 "preview": true
18 }
19 },
20 "attributes": {
21 "preview": {
22 "type": "boolean",
23 "default": false
24 },
25 "block_id": {
26 "type": "string"
27 },
28 "checked": {
29 "type": "boolean",
30 "default": false
31 },
32 "fieldWidth": {
33 "type": "number",
34 "default": 100
35 },
36 "label": {
37 "type": "string",
38 "default": "I'd like to cover the processing fees"
39 },
40 "help": {
41 "type": "string",
42 "default": ""
43 },
44 "useGlobalDefaults": {
45 "type": "boolean",
46 "default": true
47 },
48 "feePercentage": {
49 "type": "number",
50 "default": 2.9
51 },
52 "feeFixed": {
53 "type": "number",
54 "default": 0.30
55 },
56 "feeMode": {
57 "type": "string",
58 "default": "all_gateways"
59 },
60 "gatewayFees": {
61 "type": "object",
62 "default": {}
63 },
64 "formId": {
65 "type": "number",
66 "default": 0
67 },
68 "slug": {
69 "type": "string",
70 "default": "cover-fees"
71 },
72 "className": {
73 "type": "string",
74 "default": ""
75 },
76 "customClasses": {
77 "type": "string",
78 "default": ""
79 }
80 }
81 }
82