Skip to content

Commit c10773f

Browse files
committed
update website notification
1 parent 81e6f2d commit c10773f

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/siteNotifications/en.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22
"all": {},
33
"mac": {
44
"titleHTML": "Critical Update Available",
5-
"messageHTML": "Having trouble starting Phoenix Code on macOS? Download now to resolve these issues!"
5+
"messageHTML": "Having trouble starting Phoenix Code on macOS? Download the latest release here to resolve the issue!",
6+
"severity": "critical",
7+
"dismissable": true
68
},
79
"linux": {
810
"titleHTML": "Critical Update Available",
9-
"messageHTML": "Having trouble starting Phoenix Code on Linux? Download now to resolve these issues!"
11+
"messageHTML": "Having trouble starting Phoenix Code on Linux? Download the latest release here to resolve the issue!",
12+
"severity": "critical",
13+
"dismissable": true
1014
},
1115
"win": {},
1216
"android": {},
13-
"ios": {}
17+
"ios": {},
18+
"schema": {
19+
"titleHTML": "an html text to show as title",
20+
"messageHTML": "an html text to show error message",
21+
"severity": "critical | warning | info",
22+
"type": "1 | 2 | 3 - a number, not string, different styles of the message",
23+
dismissable: "true | false - boolean, not string"
24+
}
1425
}

0 commit comments

Comments
 (0)