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

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

93 lines 1.5 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/phone",
5 "title": "Phone Number",
6 "description": "Displays a SureDonation Phone Number field",
7 "category": "suredonation",
8 "keywords": [ "telephone", "phone", "mobile", "field" ],
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 "required": {
28 "type": "boolean",
29 "default": false
30 },
31 "fieldWidth": {
32 "type": "number",
33 "default": 100
34 },
35 "label": {
36 "type": "string",
37 "default": "Phone Number"
38 },
39 "placeholder": {
40 "type": "string",
41 "default": ""
42 },
43 "help": {
44 "type": "string",
45 "default": ""
46 },
47 "errorMsg": {
48 "type": "string",
49 "default": ""
50 },
51 "formId": {
52 "type": "number",
53 "default": 0
54 },
55 "slug": {
56 "type": "string",
57 "default": ""
58 },
59 "autoCountry": {
60 "type": "boolean",
61 "default": true
62 },
63 "defaultCountry": {
64 "type": "string",
65 "default": ""
66 },
67 "enableCountryFilter": {
68 "type": "boolean",
69 "default": false
70 },
71 "countryFilterType": {
72 "type": "string",
73 "default": "include"
74 },
75 "includeCountries": {
76 "type": "array",
77 "default": []
78 },
79 "excludeCountries": {
80 "type": "array",
81 "default": []
82 },
83 "className": {
84 "type": "string",
85 "default": ""
86 },
87 "customClasses": {
88 "type": "string",
89 "default": ""
90 }
91 }
92 }
93