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 / number / block.json

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

76 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "srfm/number",
3 "title": "Number",
4 "description": "Displays a SureForm Number Field",
5 "category": "sureforms",
6 "keywords": [ "number", "input", "custom", "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 "defaultValue": {
26 "type": "string"
27 },
28 "minValue": {
29 "type": "number"
30 },
31 "maxValue": {
32 "type": "number"
33 },
34 "required": {
35 "type": "boolean",
36 "default": false
37 },
38 "errorMsg": {
39 "type": "string",
40 "default": ""
41 },
42 "placeholder": {
43 "type": "string",
44 "default": ""
45 },
46 "fieldWidth": {
47 "type": "number",
48 "default": 100
49 },
50 "label": {
51 "type": "string",
52 "default": "Number"
53 },
54 "help": {
55 "type": "string",
56 "default": ""
57 },
58 "formatType": {
59 "type": "string",
60 "default": "us-style"
61 },
62 "formId": {
63 "type": "number",
64 "default": ""
65 },
66 "isConditionalLogic": {
67 "type": "boolean",
68 "default": false
69 },
70 "slug": {
71 "type": "string",
72 "default": ""
73 }
74 }
75 }
76