37 lines
741 B
YAML
37 lines
741 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
|
||
|
hidden: 'True'
|
||
|
value:
|
||
|
- text: non
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif2
|
||
|
type: string
|
||
|
description: No change
|
||
|
hidden: 'True'
|
||
|
value:
|
||
|
- text: non
|
||
|
constraints:
|
||
|
- condition:
|
||
|
- name: disabled_if_in
|
||
|
source: condition
|
||
|
param:
|
||
|
- type: nil
|
||
|
target:
|
||
|
- type: variable
|
||
|
text: mode_conteneur_actif
|
||
|
- type: variable
|
||
|
text: mode_conteneur_actif2
|