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

24 lines
396 B
YAML
Raw Normal View History

2023-10-12 08:17:30 +02:00
version: '0.10'
variables:
- variable:
- name: condition
type: boolean
- family:
- name: general
variables:
- variable:
- name: my_variable
constraints:
- condition:
- name: disabled_if_in
source: condition
param:
- text: true
target:
- type: family
optional: true
text: general
- type: family
optional: true
text: general2