rougail/tests/dictionaries_old/40ifin_validenum/yml/00-base.yml

50 lines
1,012 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- family:
- name: general
2022-11-02 22:52:50 +01:00
variables:
- variable:
- name: mode_conteneur_actif
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
hidden: true
variables:
- variable:
- 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: mode_conteneur_actif3
type: choice
description: No change
choice:
- type: string
text: a
- type: string
text: b
- type: string
text: c
value:
- type: string
text: a
2022-11-02 22:52:50 +01:00
constraints:
- condition:
2023-10-12 08:17:30 +02:00
- name: disabled_if_in
source: mode_conteneur_actif3
2022-11-02 22:52:50 +01:00
param:
2023-10-12 08:17:30 +02:00
- text: d
2022-11-02 22:52:50 +01:00
target:
- type: variable
text: mode_conteneur_actif
2023-10-12 08:17:30 +02:00
- name: disabled_if_not_in
source: mode_conteneur_actif3
param:
- text: d
target:
2022-11-02 22:52:50 +01:00
- type: variable
text: mode_conteneur_actif2