PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 0.0.1
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v0.0.1
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 / anonymous-donation / block.json

block.json in SureDonation – Donation Forms, Fundraising Campaigns & Donor Management 0.0.1, at inc/blocks/anonymous-donation/block.json

62 lines 1.1 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": "sd/anonymous-donation",
5 "title": "Anonymous Donation",
6 "description": "Allow donors to make their donation anonymous",
7 "category": "suredonation",
8 "keywords": [ "anonymous", "private", "hidden", "donation" ],
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": "Make my donation anonymous"
39 },
40 "help": {
41 "type": "string",
42 "default": ""
43 },
44 "formId": {
45 "type": "number",
46 "default": 0
47 },
48 "slug": {
49 "type": "string",
50 "default": "anonymous-donation"
51 },
52 "className": {
53 "type": "string",
54 "default": ""
55 },
56 "customClasses": {
57 "type": "string",
58 "default": ""
59 }
60 }
61 }
62