Skip to content

Commit 9d810cb

Browse files
committed
Add in-app notification json file
1 parent e4fde35 commit 9d810cb

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

katalon/in-app-notifications.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{
3+
"id": "kr-webinar-5.5.0",
4+
"type": "new-media",
5+
"date": "2020-06-05",
6+
"title": "New webinar is available!",
7+
"content": "A <a href='www.google.com'>new webinar</a> about Katalon Recorder is available!"
8+
},
9+
{
10+
"id": "kr-version-5.4.0-is-out",
11+
"content": "A new version is out! Please visit the Release Note to see what's going on",
12+
"title": "KR version 5.4.5 is out!",
13+
"type": "new-release",
14+
"date": "2020-06-03"
15+
},
16+
{
17+
"id": "kr-new-update",
18+
"content": "A new version is out! Please visit the Release Note to see what's going on",
19+
"title": "KR update",
20+
"type": "new-content",
21+
"date": "2020-06-10"
22+
}
23+
]

0 commit comments

Comments
 (0)