rougail/tests/dictionaries/10valid_enum_none/yml/00-base.yml

31 lines
596 B
YAML

version: '0.10'
variables:
- family:
name: general
mode: expert
variables:
- variable:
name: mode_conteneur_actif
type: string
description: No change
value:
- text: non
- family:
name: enumfam
mode: expert
variables:
- variable:
name: enumvar
type: choice
description: multi
help: bla bla bla
mandatory: false
value:
- type: string
text: b
choice:
- type: string
text: a
- type: string
text: b
- type: nil