41 lines
792 B
YAML
41 lines
792 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: condition
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: non
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: non
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif2
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: non
|
||
|
constraints:
|
||
|
- condition:
|
||
|
- name: hidden_if_in
|
||
|
source: condition
|
||
|
param:
|
||
|
- text: oui
|
||
|
target:
|
||
|
- type: variable
|
||
|
text: mode_conteneur_actif
|
||
|
- type: variable
|
||
|
text: mode_conteneur_actif2
|
||
|
fill:
|
||
|
- name: calc_val
|
||
|
param:
|
||
|
- text: non
|
||
|
target:
|
||
|
- text: mode_conteneur_actif
|