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

46 lines
965 B
YAML

version: '0.10'
variables:
- family:
name: "G\xE9n\xE9ral"
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
- family:
name: "G\xE9n\xE9ral2"
variables:
- variable:
name: mode_conteneur_actif3
type: string
description: No change
hidden: 'True'
value:
- text: non
constraints:
- condition:
- name: disabled_if_in
source: condition
param:
- text: oui
target:
- type: variable
text: mode_conteneur_actif
- type: variable
text: mode_conteneur_actif2
- type: family
text: "G\xE9n\xE9ral2"