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

44 lines
922 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: string
description: follower1
mandatory: 'True'
- variable:
name: follower2
type: string
description: follower2
constraints:
- fill:
- name: calc_val
param:
- name: valeur
text: valfill
target:
- text: follower1
- name: calc_val
param:
- type: variable
text: follower1
target:
- text: follower2