rougail/tests/dictionaries_old/10load_hidden_if_family/yml/00-base.yml

46 lines
962 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- family:
- name: general
2023-10-12 08:17:30 +02:00
description: "G\xE9n\xE9ral"
2022-11-02 22:52:50 +01:00
variables:
- variable:
2023-10-12 08:17:30 +02:00
- name: condition
2022-11-02 22:52:50 +01:00
type: string
description: No change
value:
- text: non
2023-10-12 08:17:30 +02:00
- name: mode_conteneur_actif
2022-11-02 22:52:50 +01:00
type: string
description: No change
value:
- text: non
- name: mode_conteneur_actif2
2022-11-02 22:52:50 +01:00
type: string
description: No change
value:
- text: non
2023-10-12 08:17:30 +02:00
- name: general2
description: "G\xE9n\xE9ral2"
2022-11-02 22:52:50 +01:00
variables:
- variable:
- name: mode_conteneur_actif3
2022-11-02 22:52:50 +01:00
type: string
description: No change
2023-10-12 08:17:30 +02:00
hidden: true
2022-11-02 22:52:50 +01:00
value:
- text: non
constraints:
- condition:
2023-10-12 08:17:30 +02:00
- name: hidden_if_in
2022-11-02 22:52:50 +01:00
source: condition
param:
- text: oui
target:
- type: variable
2023-10-12 08:17:30 +02:00
text: mode_conteneur_actif
2022-11-02 22:52:50 +01:00
- type: variable
text: mode_conteneur_actif2
- type: family
2023-10-12 08:17:30 +02:00
text: general2