-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpimenu.yaml.dist
103 lines (103 loc) · 2.18 KB
/
pimenu.yaml.dist
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Menu-Setup.
#
# name and label are required for each item
# color and icon are optional
# only gifs (48x48) are supported
#
---
-
name: "andi"
label: "Andi"
color: "#603cba"
icon: "fish"
items:
-
name : "insurance"
label: "Insurance"
color: "#603cba"
icon : "shield"
-
name : "invoice"
label: "Invoices"
color: "#603cba"
icon : "invoice"
-
name : "banking"
label: "Banking"
color: "#603cba"
icon : "currency.dollar"
-
name : "other"
label: "Other"
color: "#603cba"
icon : "cabinet.files.variant"
-
name: "kaddi"
label: "Kaddi"
color: "#9f00a7"
icon: "bunny"
items:
-
name : "versicherung"
label: "Versicherung"
icon : "shield"
items:
-
name : "leben"
label: "Leben"
icon : "grave"
-
name : "rente"
label: "Rente"
icon : "marvel.shield"
-
name : "haftpflicht"
label: "Haftpflicht"
icon : "shield.alert"
-
name : "unfall"
label: "Unfall"
icon : "ambulance"
-
name : "gesundheit"
label: "Kranken"
icon : "medical"
-
name : "sozial"
label: "Sozial"
icon : "share.open"
-
name : "hausrat"
label: "Hausrat"
icon : "home"
-
name : "gehalt"
label: "Gehalt"
icon : "money"
-
name : "wisag"
label: "Wisag"
icon : "clothes.tie"
-
name : "bhw"
label: "BHW"
-
name : "rechnungen"
label: "Rechnungen"
icon : "invoice"
-
name : "wohnung"
label: "Wohnung"
icon : "home"
-
name : "steuer"
label: "Eink.st."
icon : "marvel.shield"
-
name : "bank"
label: "Bank"
icon : "currency.dollar"
-
name : "sonstiges"
label: "Sonstiges"
icon : "cabinet.files.variant"