PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.6.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.6.0
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 / donor-comment / block.json

block.json in SureDonation – Donation Forms, Fundraising Campaigns & Donor Management 1.6.0, at inc/blocks/donor-comment/block.json

74 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 "apiVersion": 3,
4 "name": "suredonation/donor-comment",
5 "title": "Donor Comment",
6 "description": "Lets a donor leave an optional public message with their donation.",
7 "category": "suredonation",
8 "keywords": [ "comment", "message", "note", "donor", "textarea" ],
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 "required": {
29 "type": "boolean",
30 "default": false
31 },
32 "placeholder": {
33 "type": "string",
34 "default": ""
35 },
36 "fieldWidth": {
37 "type": "number",
38 "default": 100
39 },
40 "label": {
41 "type": "string",
42 "default": "Leave a comment"
43 },
44 "help": {
45 "type": "string",
46 "default": ""
47 },
48 "errorMsg": {
49 "type": "string",
50 "default": ""
51 },
52 "maxLength": {
53 "type": "number",
54 "default": 500
55 },
56 "formId": {
57 "type": "number",
58 "default": 0
59 },
60 "slug": {
61 "type": "string",
62 "default": ""
63 },
64 "className": {
65 "type": "string",
66 "default": ""
67 },
68 "customClasses": {
69 "type": "string",
70 "default": ""
71 }
72 }
73 }
74