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

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

60 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 2,
3 "name": "srfm/gdpr",
4 "title": "GDPR Agreement",
5 "description": "Displays a SureForm GDPR Agreement Field",
6 "category": "sureforms",
7 "keywords": [ "gdpr", "compliance", "checkbox", "agreement" ],
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": "I consent to have this website store my submitted information so they can respond to my inquiry."
33 },
34 "checked": {
35 "type": "boolean",
36 "default": false
37 },
38 "help": {
39 "type": "string",
40 "default": ""
41 },
42 "errorMsg": {
43 "type": "string",
44 "default": ""
45 },
46 "formId": {
47 "type": "number",
48 "default": ""
49 },
50 "isConditionalLogic": {
51 "type": "boolean",
52 "default": false
53 },
54 "slug": {
55 "type": "string",
56 "default": ""
57 }
58 }
59 }
60