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

36 lines
740 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: No change
value:
- text: non
- variable:
name: mode_conteneur_actif1
type: string
description: No change
value:
- text: non
constraints:
- condition:
- optional: 'True'
name: disabled_if_in
source: condition
param:
- text: oui
target:
- type: variable
text: mode_conteneur_actif1
- type: variable
optional: 'True'
text: mode_conteneur_actif2