44 lines
943 B
YAML
44 lines
943 B
YAML
version: '0.10'
|
|
variables:
|
|
- family:
|
|
name: general
|
|
variables:
|
|
- variable:
|
|
name: mode_conteneur_actif
|
|
type: string
|
|
description: No change
|
|
value:
|
|
- text: non
|
|
- variable:
|
|
name: condition
|
|
type: string
|
|
description: condition
|
|
value:
|
|
- text: oui
|
|
- family:
|
|
name: leader
|
|
description: leader
|
|
leadership: 'True'
|
|
variables:
|
|
- variable:
|
|
name: leader
|
|
type: string
|
|
description: leader
|
|
multi: 'True'
|
|
- variable:
|
|
name: follower1
|
|
type: string
|
|
description: follower1
|
|
- variable:
|
|
name: follower2
|
|
type: string
|
|
description: follower2
|
|
constraints:
|
|
- condition:
|
|
- name: disabled_if_in
|
|
source: condition
|
|
param:
|
|
- text: oui
|
|
target:
|
|
- type: variable
|
|
text: follower1
|