2022-11-02 22:52:50 +01: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:
|
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
|