PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 0.0.13
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v0.0.13
2.12.7 2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 All 97 releases
sureforms / inc / blocks / phone / block.json

block.json in SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz 0.0.13, at inc/blocks/phone/block.json

73 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "srfm/phone",
3 "title": "Phone Number",
4 "description": "Displays a SureForm Phone Field",
5 "category": "sureforms",
6 "keywords": [ "telephone", "phone", "mobile", "field" ],
7 "textdomain": "sureforms",
8 "supports": {
9 "reusable": false,
10 "html": false
11 },
12 "example": {
13 "attributes": {
14 "preview": true
15 }
16 },
17 "attributes": {
18 "preview": {
19 "type": "boolean",
20 "default": false
21 },
22 "block_id": {
23 "type": "string"
24 },
25 "required": {
26 "type": "boolean"
27 },
28 "fieldWidth": {
29 "type": "number",
30 "default": 100
31 },
32 "label": {
33 "type": "string",
34 "default": "Phone Number"
35 },
36 "placeholder": {
37 "type": "string"
38 },
39 "help": {
40 "type": "string",
41 "default": ""
42 },
43 "isUnique": {
44 "type": "boolean",
45 "default": false
46 },
47 "duplicateMsg": {
48 "type": "string",
49 "default": ""
50 },
51 "errorMsg": {
52 "type": "string",
53 "default": ""
54 },
55 "formId": {
56 "type": "number",
57 "default": ""
58 },
59 "autoCountry": {
60 "type": "boolean",
61 "default": true
62 },
63 "isConditionalLogic":{
64 "type":"boolean",
65 "default":false
66 },
67 "slug":{
68 "type":"string",
69 "default":""
70 }
71 }
72 }
73