PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.1.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.1.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 / input / block.json

block.json in SureDonation – Donation Forms, Fundraising Campaigns & Donor Management 1.1.0, at inc/blocks/input/block.json

85 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/input",
5 "title": "Text",
6 "description": "Displays a SureDonation Text Field",
7 "category": "suredonation",
8 "keywords": [ "text", "input", "field", "name" ],
9 "textdomain": "suredonation",
10 "supports": {
11 "reusable": false,
12 "html": false
13 },
14 "example": {
15 "attributes": {
16 "preview": true
17 }
18 },
19 "attributes": {
20 "preview": {
21 "type": "boolean",
22 "default": false
23 },
24 "block_id": {
25 "type": "string"
26 },
27 "defaultValue": {
28 "type": "string",
29 "default": ""
30 },
31 "required": {
32 "type": "boolean",
33 "default": false
34 },
35 "placeholder": {
36 "type": "string",
37 "default": ""
38 },
39 "fieldWidth": {
40 "type": "number",
41 "default": 100
42 },
43 "label": {
44 "type": "string",
45 "default": "Text Field"
46 },
47 "help": {
48 "type": "string",
49 "default": ""
50 },
51 "errorMsg": {
52 "type": "string",
53 "default": ""
54 },
55 "maxLength": {
56 "type": "number",
57 "default": 100
58 },
59 "inputMask": {
60 "type": "string",
61 "default": "none"
62 },
63 "customInputMask": {
64 "type": "string",
65 "default": ""
66 },
67 "formId": {
68 "type": "number",
69 "default": 0
70 },
71 "slug": {
72 "type": "string",
73 "default": ""
74 },
75 "className": {
76 "type": "string",
77 "default": ""
78 },
79 "customClasses": {
80 "type": "string",
81 "default": ""
82 }
83 }
84 }
85