-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplateConfig.json
More file actions
87 lines (86 loc) · 2.71 KB
/
templateConfig.json
File metadata and controls
87 lines (86 loc) · 2.71 KB
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
{
"name": "HMCSW4-default",
"description": "Basic HMCSW4 theme",
"version": "1.0.0",
"keyWords": "HMCSW4",
"theme-color": "#0174DF",
"fontAwesome": "https://cdn.hosmatic.com/fontAwesome/6.1",
"defaultNightModeColor": "blue",
"nightModeColors": {
"blue": {
"message": "site.cp.settings.nightMode.form.color.blue",
"device": "device.css",
"enabled_file": "dark.css",
"disabled_file": "light.css"
}
},
"icons": {
"default": {
"user": "https://cdn.hosmatic.com/placeholder/user.png",
"team": "https://cdn.hosmatic.com/placeholder/team.png",
"news": "https://cdn.hosmatic.com/placeholder/team.png",
"default": "https://cdn.hosmatic.com/placeholder/user.png"
},
"icon": {
"500x500": "https://cdn.hosmatic.com/branding/The_Hosmatic_H_q.webp"
},
"banner": {
"dark": {
"svg": "https://cdn.hosmatic.com/branding/logo_white_h_blue_lightblue.svg",
"png": "https://cdn.hosmatic.com/branding/logo_white_h_blue_lightblue.png"
},
"light": {
"svg": "https://cdn.hosmatic.com/branding/logo_black_h_blue_lightblue.svg",
"png": "https://cdn.hosmatic.com/branding/logo_black_h_blue_lightblue.png"
}
},
"favicon": {
"maskable": {
"48x48": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-48x.png",
"72x72": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-72x.png",
"96x96": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-96x.png",
"192x192": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-192x.png",
"384x384": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-384x.png",
"512x512": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-512x.png",
"909x909": "https://cdn.hosmatic.com/favicon/maskable/maskable_icon-909x.png"
},
"packagePath": "https://cdn.hosmatic.com/favicon/"
}
},
"language": {
"default": "de_DE",
"supported": {
"de_DE": "Deutsch"
}
},
"social": {
"discord": {
"invite": "https://discord.gg/w8Syn43",
"guild_id": "683279660406013969"
},
"twitter": "https://twitter.com/hosmatic",
"github": "https://github.com/hosmatic/",
"facebook": "https://www.facebook.com/hosmatic",
"tiktok": "https://www.tiktok.com/@hosmatic.com",
"instagram": "https://www.instagram.com/hosmaticcom/"
},
"alert": {
"cp": {
"info": {
"enabled": true,
"color": "red",
"message": "Alles gut."
}
},
"home": {
"info": {
"enabled": true,
"color": "green",
"message": "Rabatte auf viele Produkte",
"pill": "NUR AM 29.11"
}
}
},
"flags": [
]
}