config.json
67 lines
| 1 | { |
| 2 | "name": "Default", |
| 3 | "description": "A classic style.", |
| 4 | "type": "display", |
| 5 | "order": 1, |
| 6 | "scripts": "", |
| 7 | "styles": "", |
| 8 | "force": "", |
| 9 | "options": [ |
| 10 | { |
| 11 | "name": "image_position", |
| 12 | "label": "", |
| 13 | "type": "select", |
| 14 | "default": "left", |
| 15 | "values": [ |
| 16 | { |
| 17 | "value": "left", |
| 18 | "class_name": "", |
| 19 | "description": "image on left" |
| 20 | }, |
| 21 | { |
| 22 | "value": "right", |
| 23 | "class_name": "image-right", |
| 24 | "description": "image on right" |
| 25 | } |
| 26 | ] |
| 27 | }, |
| 28 | { |
| 29 | "name": "theme", |
| 30 | "label": "", |
| 31 | "type": "select", |
| 32 | "default": "light", |
| 33 | "values": [ |
| 34 | { |
| 35 | "value": "light", |
| 36 | "class_name": "", |
| 37 | "description": "light theme" |
| 38 | }, |
| 39 | { |
| 40 | "value": "dark", |
| 41 | "class_name": "dark", |
| 42 | "description": "dark theme" |
| 43 | } |
| 44 | ] |
| 45 | }, |
| 46 | { |
| 47 | "name": "quotes", |
| 48 | "label": "", |
| 49 | "type": "select", |
| 50 | "default": "on", |
| 51 | "values": [ |
| 52 | { |
| 53 | "value": "on", |
| 54 | "class_name": "", |
| 55 | "description": "with a quote symbol in the heading" |
| 56 | }, |
| 57 | { |
| 58 | "value": "off", |
| 59 | "class_name": "no-quotes", |
| 60 | "description": "no quote symbol" |
| 61 | } |
| 62 | ] |
| 63 | } |
| 64 | ], |
| 65 | "format_version": "2.0" |
| 66 | } |
| 67 |