blob: e208536c75f1b22e01c87e2f4f88203b3e4551a1 [file] [log] [blame]
name: test
min-version: 2.0
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