-
Notifications
You must be signed in to change notification settings - Fork 0
/
newslist.json
57 lines (57 loc) · 1.85 KB
/
newslist.json
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
{
"version": "0.0.1",
"newsEntries": [
{
"id": 1,
"level": [1, 2, 3, 4, 5],
"visibleFromVersion": 1,
"visibleToVersion": 1000,
"startDate": 1691506232,
"endDate": 1791506232,
"publishDate": 1691506232,
"counterActive": true,
"counterEndDate": 1791506232,
"buttonActive": true,
"buttonText": {
"en": "Our Website",
"de": "Unsere Webseite"
},
"buttonLink": "https://minerva.digital/",
"headline": {
"en": "Welcome to Minerva!",
"de": "Willkommen bei Minerva!"
},
"infotext": {
"en": "This is the infotext for the first entry.",
"de": "Dies ist der Infotext für den ersten Eintrag."
},
"imageUrl": "https://raw.githubusercontent.com/lab10-coop/minerva-newslist/main/images/default.jpg"
},
{
"id": 2,
"level": [1, 2, 3, 4, 5],
"visibleFromVersion": 1,
"visibleToVersion": 1000,
"startDate": 1691506232,
"endDate": 1791506232,
"publishDate": 0,
"counterActive": false,
"counterEndDate": 1791506232,
"buttonActive": false,
"buttonText": {
"en": "Our Farms",
"de": "Unsere Farmen"
},
"buttonLink": "https://farm.minerva.digital/",
"headline": {
"en": "Farm MIVA!",
"de": "Farme MIVA!"
},
"infotext": {
"en": "This is the infotext for the second entry. And the second entry has a way longer text. Just long enough to test if the line breaks work and if the UI can handle it well.",
"de": "Dies ist der Infotext für den zweiten Eintrag. Und der zweite Eintrag hat einen um einiges längeren Text, um zu schauen ob Zeilenumbrücke auch korrekt funktionieren."
},
"imageUrl": "https://raw.githubusercontent.com/lab10-coop/minerva-newslist/main/images/default.jpg"
}
]
}