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

37 lines
852 B
YAML

version: '0.10'
variables:
- family:
- name: general
variables:
- variable:
- name: mode_conteneur_actif
type: string
description: No change
value:
- text: non
- family:
- name: leader
description: leader
leadership: true
variables:
- variable:
- name: leader
type: string
description: leader
multi: true
- name: follower1
type: choice
description: follower1
choice:
- type: string
text: a
- type: string
text: b
- type: string
text: c
value:
- type: string
text: a
- name: follower2
type: string
description: follower2