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

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

63 lines 1001 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 2,
3 "name": "srfm/checkbox",
4 "title": "Checkbox",
5 "description": "Displays a SureForm Checkbox Field",
6 "category": "sureforms",
7 "keywords": [ "checkbox", "toggle", "checkout", "engine" ],
8 "textdomain": "sureforms",
9 "supports": {
10 "reusable": false,
11 "html": false
12 },
13 "example": {
14 "attributes": {
15 "preview": true
16 }
17 },
18 "attributes": {
19 "preview": {
20 "type": "boolean",
21 "default": false
22 },
23 "block_id": {
24 "type": "string"
25 },
26 "fieldWidth": {
27 "type": "number",
28 "default": 100
29 },
30 "label": {
31 "type": "string",
32 "default": "Checkbox"
33 },
34 "required": {
35 "type": "boolean"
36 },
37 "checked": {
38 "type": "boolean",
39 "default": false
40 },
41 "help": {
42 "type": "string",
43 "default": ""
44 },
45 "errorMsg": {
46 "type": "string",
47 "default": ""
48 },
49 "formId": {
50 "type": "number",
51 "default": ""
52 },
53 "isConditionalLogic":{
54 "type":"boolean",
55 "default":false
56 },
57 "slug":{
58 "type":"string",
59 "default":""
60 }
61 }
62 }
63