rougail/tests/dictionaries/80valid_enum_multi_param/yml/00-base.yml

26 lines
493 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
variables:
- variable:
- name: mode_conteneur_actif
2022-11-02 22:52:50 +01:00
type: choice
description: No change
value:
- type: string
text: a
choice:
- type: variable
text: var
- type: string
text: d
- name: var
2022-11-02 22:52:50 +01:00
type: string
description: New variable
2022-11-03 22:16:52 +01:00
multi: true
2022-11-02 22:52:50 +01:00
value:
- text: a
- text: b
- text: c