rougail/tests/dictionaries/40condition_optional_family/yml/00-base.yml
2022-11-02 22:52:50 +01:00

23 lines
402 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