rougail/tests/dictionaries_old/11valid_enum_variable/yml/00-base.yml

24 lines
452 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
2023-10-12 08:17:30 +02:00
description: No change
2022-11-02 22:52:50 +01:00
value:
- type: string
text: a
2023-10-12 08:17:30 +02:00
choice:
- type: variable
text: var
- name: var
type: string
description: New variable
multi: true
value:
- text: a
- text: b
- text: c