-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.json
42 lines (42 loc) · 1.5 KB
/
banner.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
[
{
"type": "warning",
"start": "2 Apr 2024 12:00:00 GMT",
"end": "31 Dec 2024 12:00:00 GMT",
"text": "This is a text directly from the json file. You should really see <a href='https://google.com' target='_new'>Google</a>!",
"title": "Test warning banner",
"button": "Close"
},
{
"type": "error",
"start": "4 Apr 2024 12:00:00 GMT",
"end": "31 Dec 2024 12:00:00 GMT",
"text": "Test from March 20",
"text": "This is a text directly from the json file. You should really see <a href='https://google.com' target='_new'>Google</a>!",
"button": "Close"
},
{
"type": "alert",
"start": "2 Apr 2024 12:00:00 GMT",
"end": "31 Dec 2024 12:00:00 GMT",
"text": "This is a text directly from the json file. You should really see <a href='https://google.com' target='_new'>Google</a>!",
"title": "Test alert banner",
"button": "Close"
},
{
"type": "information",
"start": "2 Apr 2024 12:00:00 GMT",
"end": "31 Dec 2024 12:00:00 GMT",
"text": "This is a text directly from the json file. You should really see <a href='https://google.com' target='_new'>Google</a>!",
"title": "Test information banner",
"button": "Close"
},
{
"type": "error",
"start": "4 Apr 2024 12:00:00 GMT",
"end": "5 Apr 2024 12:00:00 GMT",
"text": "Test from March 20",
"title": "Undefined banner type defaults to this colour.",
"button": "Close"
}
]