19 lines
377 B
YAML
19 lines
377 B
YAML
version: '0.10'
|
|
variables:
|
|
- family:
|
|
- name: general
|
|
variables:
|
|
- variable:
|
|
- name: float
|
|
type: float
|
|
description: Description
|
|
provider: float
|
|
hidden: true
|
|
value:
|
|
- text: 0.527
|
|
- name: float_multi
|
|
type: float
|
|
description: Description
|
|
multi: true
|
|
value:
|
|
- text: 0.527
|