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

31 lines
580 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- family:
- name: general
2022-11-02 22:52:50 +01:00
mode: expert
variables:
- variable:
- name: mode_conteneur_actif
2022-11-02 22:52:50 +01:00
type: string
description: No change
value:
- text: non
- name: enumfam
2022-11-02 22:52:50 +01:00
mode: expert
variables:
- variable:
- name: enumvar
2022-11-02 22:52:50 +01:00
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