block.json in SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz 0.0.13, at inc/blocks/url/block.json
| 1 | { |
| 2 | "name": "srfm/url", |
| 3 | "title": "URL", |
| 4 | "description": "Displays a SureForm URL Field", |
| 5 | "category": "sureforms", |
| 6 | "keywords": [ "url", "link", "website" ], |
| 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 | "required": { |
| 29 | "type": "boolean", |
| 30 | "default": false |
| 31 | }, |
| 32 | "placeholder": { |
| 33 | "type": "string", |
| 34 | "default": "" |
| 35 | }, |
| 36 | "fieldWidth": { |
| 37 | "type": "number", |
| 38 | "default": 100 |
| 39 | }, |
| 40 | "label": { |
| 41 | "type": "string", |
| 42 | "default": "URL" |
| 43 | }, |
| 44 | "help": { |
| 45 | "type": "string", |
| 46 | "default": "" |
| 47 | }, |
| 48 | "errorMsg": { |
| 49 | "type": "string", |
| 50 | "default": "" |
| 51 | }, |
| 52 | "formId": { |
| 53 | "type": "number", |
| 54 | "default": "" |
| 55 | }, |
| 56 | "isConditionalLogic":{ |
| 57 | "type":"boolean", |
| 58 | "default":false |
| 59 | }, |
| 60 | "slug":{ |
| 61 | "type":"string", |
| 62 | "default":"" |
| 63 | } |
| 64 | } |
| 65 | } |
| 66 |