20 lines
378 B
YAML
20 lines
378 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: general
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: float
|
||
|
type: float
|
||
|
description: Description
|
||
|
provider: float
|
||
|
value:
|
||
|
- text: '0.527'
|
||
|
- variable:
|
||
|
name: float_multi
|
||
|
type: float
|
||
|
description: Description
|
||
|
multi: 'True'
|
||
|
value:
|
||
|
- text: '0.527'
|