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