blob: 1cab9e315b82e6790606ac6a72c3bbf62ee08dd7 [file] [log] [blame]
name: test
options:
# Include an enum option here so we can compare it
animal:
type: enum
description: The kind of animal
values:
- pony
- horsy
- zebry
default: horsy
# A flags value to test
farm:
type: flags
description: The kinds of animals on this farm
values:
- pony
- horsy
- zebry
default:
- pony