42 lines
866 B
YAML
42 lines
866 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: condition
|
||
|
type: choice
|
||
|
description: No change
|
||
|
value:
|
||
|
- type: string
|
||
|
text: tous
|
||
|
choice:
|
||
|
- type: string
|
||
|
text: tous
|
||
|
- type: string
|
||
|
text: "authentifi\xE9"
|
||
|
- type: string
|
||
|
text: aucun
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: aucun
|
||
|
- variable:
|
||
|
name: mode_conteneur_actif2
|
||
|
type: string
|
||
|
description: No change
|
||
|
value:
|
||
|
- text: non
|
||
|
constraints:
|
||
|
- condition:
|
||
|
- name: disabled_if_in
|
||
|
source: condition
|
||
|
param:
|
||
|
- type: variable
|
||
|
text: mode_conteneur_actif
|
||
|
target:
|
||
|
- type: variable
|
||
|
text: mode_conteneur_actif2
|