rougail/tests/dictionaries/10valid_enum_leader/yml/00-base.yml
2022-11-02 22:52:50 +01:00

39 lines
896 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'
- variable:
name: follower1
type: choice
description: follower1
choice:
- type: string
text: a
- type: string
text: b
- type: string
text: c
value:
- type: string
text: a
- variable:
name: follower2
type: string
description: follower2