Blame view

config/components/BuildingCover.yml 499 Bytes
d5cacc8d   Alain Klotz   Ajout de descript...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- attribute:
    key: manufacturer
    is_container: False
    value: unknown
    is_editable: False
    unit: ""
    label: manufacturer
    description: ""

- attribute:
    key: model
    is_container: False
    value: unknown
    unit: ""
    is_editable: False
    label: "model"
    description: ""

- attribute:
    key: type_cover
    is_enum: True
    value: [None, "RollingRoof", "ClamShell", "Dome"]
    unit: ""
    label: "type of coverage"
    description: ""