| 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 |
|