blob: e3e7c001f2ab7d6a7cbc51cfe27d7e5f68de8010 [file]
name: test
min-version: 2.0
options:
animal:
type: enum
description: The kind of animal
values:
- pony
- horsy
default: pony
(?):
- animal == "pony":
name: ponyproject
- animal == "horsy":
name: horsyproject