2022-11-02 22:52:50 +01:00
|
|
|
version: '0.10'
|
|
|
|
variables:
|
|
|
|
- family:
|
|
|
|
name: general
|
|
|
|
variables:
|
|
|
|
- variable:
|
|
|
|
name: float
|
|
|
|
type: float
|
|
|
|
description: Description
|
|
|
|
provider: float
|
|
|
|
value:
|
2022-11-04 20:16:57 +01:00
|
|
|
- text: 0.527
|
2022-11-02 22:52:50 +01:00
|
|
|
- variable:
|
|
|
|
name: float_multi
|
|
|
|
type: float
|
|
|
|
description: Description
|
2022-11-03 22:16:52 +01:00
|
|
|
multi: true
|
2022-11-02 22:52:50 +01:00
|
|
|
value:
|
2022-11-04 20:16:57 +01:00
|
|
|
- text: 0.527
|