-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainframe-config.json
More file actions
57 lines (57 loc) · 1.78 KB
/
mainframe-config.json
File metadata and controls
57 lines (57 loc) · 1.78 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
{
"plugins": {
"polls": {
"repoUrl": "https://github.com/htl-grieskirchen-core/plugin-polls",
"info": {
"name": "Polls",
"description": "Plugin Polls",
"teachers": [
"Teacher1",
"Teacher2"
],
"tags": [
"dua moi wos"
],
"startDate": "1662789600",
"endDate": "1663221600",
"image": "example.com/image.png"
}
},
"quote-of-today": {
"repoUrl": "https://github.com/htl-grieskirchen-core/plugin-quote-of-today",
"info": {
"name": "Quote of Today",
"description": "Quote of Today on Login Screen",
"teachers": [
"Teacher1",
"Teacher2"
],
"tags": [
"quotes"
],
"startDate": "1662789600",
"endDate": "1663221600",
"image": "example.com/image.png"
}
},
"seatmap-generator":{
"repoUrl": "https://github.com/rgrueneisHtlgkr/plugin-seatmap",
"info": {
"name": "SeatMap",
"description": "App zum Erstellen eines zufülligen Sitzplans in verschiedenen EDV-Räumen",
"teachers": ["alle Lehrer"],
"tags": ["Schularbeit", "PLF", "Test", "Sitzplan"],
"startDate": 1693519200,
"endDate": 1720994400,
"image": "example.com/image.png"
}
}
},
"login": {
"url": "https://auth.plugin.@@DOMAIN_NAME@@"
},
"navigation": {
"url": "https://frontend.plugin.@@DOMAIN_NAME@@"
},
"secureBackendUrl": "https://secure.backend.@@DOMAIN_NAME@@"
}