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

56 lines
1.2 KiB
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
hidden: 'True'
- variable:
name: follower2
type: string
description: follower2
hidden: 'True'
- variable:
name: follower3
type: string
description: follower3
hidden: 'True'
constraints:
- fill:
- name: calc_val
param:
- name: valeur
text: valfill
target:
- text: follower1
- name: calc_val
param:
- type: variable
text: follower1
target:
- text: follower2
- name: calc_val
param:
- type: variable
text: leader
target:
- text: follower3