| Adam Israel | 102cd7f | 2018-05-08 12:55:29 -0400 | [diff] [blame] | 1 | options: |
| 2 | string-option: | ||||
| 3 | type: string | ||||
| 4 | default: "Default Value" | ||||
| 5 | description: "A short description of the configuration option" | ||||
| 6 | boolean-option: | ||||
| 7 | type: boolean | ||||
| 8 | default: False | ||||
| 9 | description: "A short description of the configuration option" | ||||
| 10 | int-option: | ||||
| 11 | type: int | ||||
| 12 | default: 9001 | ||||
| 13 | description: "A short description of the configuration option" | ||||
| 14 | |||||