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

24 lines
396 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
variables:
- variable:
- name: condition
2022-11-02 22:52:50 +01:00
type: boolean
- family:
- name: general
2022-11-02 22:52:50 +01:00
variables:
- variable:
- name: my_variable
2022-11-02 22:52:50 +01:00
constraints:
- condition:
- name: disabled_if_in
source: condition
param:
2022-11-03 22:16:52 +01:00
- text: true
2022-11-02 22:52:50 +01:00
target:
- type: family
2022-11-03 22:16:52 +01:00
optional: true
2022-11-02 22:52:50 +01:00
text: general
- type: family
2022-11-03 22:16:52 +01:00
optional: true
2022-11-02 22:52:50 +01:00
text: general2