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

32 lines
590 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
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
2022-11-03 22:16:52 +01:00
mandatory: true
2022-11-02 22:52:50 +01:00
choice:
- type: string
text: a
- type: string
text: b
- type: string
text: c
value:
- type: string
text: a