blob: e81a31347ab726c3ee218061d0e260d363b5ead6 [file] [log] [blame]
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