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

31 lines
580 B
YAML
Raw Normal View History

2023-10-12 08:17:30 +02:00
version: '0.10'
variables:
- family:
- name: general
mode: expert
variables:
- variable:
- name: mode_conteneur_actif
type: string
description: No change
value:
- text: non
- name: enumfam
mode: expert
variables:
- variable:
- name: enumvar
type: choice
description: multi
mandatory: true
choice:
- type: string
text: a
- type: string
text: b
- type: string
text: c
value:
- type: string
text: a