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

33 lines
589 B
YAML

version: '0.10'
variables:
- family:
name: general
variables:
- variable:
name: condition
type: string
value:
- text: 'no'
- variable:
name: variable1
type: string
- variable:
name: variable2
type: string
constraints:
- condition:
- name: disabled_if_in
source: condition
param:
- text: 'no'
target:
- type: variable
text: variable1
fill:
- name: calc_val
param:
- type: variable
propertyerror: 'False'
text: variable1
target:
- text: variable2