generated from sarioglu/svelte-tailwindcss-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnotification.json
47 lines (47 loc) · 1.78 KB
/
notification.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
[
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://intech.studio/support-and-downloads",
"message": "New Editor version is available, but AutoUpdate is broken :( Please downloading manually from https://intech.studio/",
"version": "1.3.6"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://github.com/intechstudio/grid-editor/releases/tag/v1.2.39",
"message": "Editor is now available with apple silicon builds. Auto updates may not work without downloading manually first!"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://docs.intech.studio/guides/troubleshooting/firmware#%EF%B8%8F-updating-the-firmware-manually",
"message": "If you experience black LEDs on a Grid purchased before May of 2023 after a firmware update, please downgarde your firmware version to 1.2.29 manually. Apologies for the inconvenience. Guide for manual firmware updates here:"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://intech.studio/shop/modules/ef44",
"message": "Couple EF44 version 1.0 units are still on stock, can be grabbed with 50% discount! Use discount code on /cart page: EF44-50-OUT"
},
{
"type": "error",
"match": "hello is not",
"link": "https://links.intech.studio/wiki",
"message": "You found the hello error :D How to fix this? Click link to learn more"
},
{
"type": "error",
"match": "other is not",
"link": "",
"message": "This is another error that is handled but without solution"
}
]