File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments