| name: test | |
| options: | |
| bool_export: | |
| type: bool | |
| description: Exported boolean option | |
| default: False | |
| variable: exported-bool | |
| enum_export: | |
| type: enum | |
| description: Exported enum option | |
| values: | |
| - pony | |
| - horsy | |
| - zebry | |
| default: pony | |
| variable: exported-enum | |
| flags_export: | |
| type: flags | |
| description: Exported flags option | |
| values: | |
| - pony | |
| - horsy | |
| - zebry | |
| default: | |
| - pony | |
| - horsy | |
| variable: exported-flags |