config.json
31 lines
| 1 | { |
| 2 | "name": "Default Form", |
| 3 | "description": "The default form template.", |
| 4 | "type": "form", |
| 5 | "order": 1, |
| 6 | "scripts": "", |
| 7 | "styles": "", |
| 8 | "force": "", |
| 9 | "options": [ |
| 10 | { |
| 11 | "name": "theme", |
| 12 | "label": "", |
| 13 | "type": "select", |
| 14 | "default": "light", |
| 15 | "values": [ |
| 16 | { |
| 17 | "value": "light", |
| 18 | "class_name": "", |
| 19 | "description": "light theme" |
| 20 | }, |
| 21 | { |
| 22 | "value": "dark", |
| 23 | "class_name": "dark", |
| 24 | "description": "dark theme" |
| 25 | } |
| 26 | ] |
| 27 | } |
| 28 | ], |
| 29 | "format_version": "2.0" |
| 30 | } |
| 31 |