rougail/tests/dictionaries_old/40condition_optional_family/yml/00-base.yml
2023-11-14 13:00:18 +01:00

23 lines
396 B
YAML

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