block.json in SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz 0.0.13, at inc/blocks/inlinebutton/block.json
| 1 | { |
| 2 | "name": "srfm/inline-button", |
| 3 | "title": "Custom Button", |
| 4 | "description": "Displays a SureForms Custom Button", |
| 5 | "category": "sureforms", |
| 6 | "keywords": [ |
| 7 | "inline submit", |
| 8 | "button", |
| 9 | "submit", |
| 10 | "inline", |
| 11 | "custom", |
| 12 | "custom button" |
| 13 | ], |
| 14 | "textdomain": "sureforms", |
| 15 | "supports": { |
| 16 | "reusable": false, |
| 17 | "html": false, |
| 18 | "multiple": false |
| 19 | }, |
| 20 | "example": { |
| 21 | "attributes": { |
| 22 | "preview": true |
| 23 | } |
| 24 | }, |
| 25 | "attributes": { |
| 26 | "preview": { |
| 27 | "type": "boolean", |
| 28 | "default": false |
| 29 | }, |
| 30 | "block_id": { |
| 31 | "type": "string" |
| 32 | }, |
| 33 | "fieldWidth": { |
| 34 | "type": "number", |
| 35 | "default": 100 |
| 36 | }, |
| 37 | "buttonText": { |
| 38 | "type": "string", |
| 39 | "default": "Submit" |
| 40 | }, |
| 41 | "formId": { |
| 42 | "type": "number", |
| 43 | "default": "" |
| 44 | }, |
| 45 | "isConditionalLogic": { |
| 46 | "type": "boolean", |
| 47 | "default": false |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 |