aboutsummaryrefslogtreecommitdiffstats
path: root/resources/announcements/version.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-16 11:43:52 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-16 11:43:52 +0200
commit0c0b7cc82298e2d9fccae9336dd7aac55c7d87d2 (patch)
tree4c2ad0926182b66f33afab2f1aabe744af175426 /resources/announcements/version.json
parentFixed server-docker link in README.md (#4) (diff)
downloadferdium-server-0c0b7cc82298e2d9fccae9336dd7aac55c7d87d2.tar.gz
ferdium-server-0c0b7cc82298e2d9fccae9336dd7aac55c7d87d2.tar.zst
ferdium-server-0c0b7cc82298e2d9fccae9336dd7aac55c7d87d2.zip
Add announcements
Diffstat (limited to 'resources/announcements/version.json')
-rw-r--r--resources/announcements/version.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/resources/announcements/version.json b/resources/announcements/version.json
new file mode 100644
index 0000000..79aabf3
--- /dev/null
+++ b/resources/announcements/version.json
@@ -0,0 +1,34 @@
1{
2 "main": {
3 "headline": "Example Accouncement",
4 "subHeadline": "Configure your announcement here",
5 "image": {
6 "light": "https://api.getferdi.com/assets/feature/light.png",
7 "dark": "https://api.getferdi.com/assets/feature/dark.png"
8 },
9 "text": "Long description here",
10 "cta": {
11 "label": "Click here to do something",
12 "href": "/settings/app",
13 "analytics": {
14 "category": "announcements-main",
15 "action": "event",
16 "label": "This does not get used"
17 }
18 }
19 },
20 "spotlight": {
21 "title": "Spotlight:",
22 "subject": "Show another feature",
23 "text": "Show another feature in the spotlight",
24 "cta": {
25 "label": "Click here to do something",
26 "href": "/settings/team",
27 "analytics": {
28 "category": "announcements-spotlight",
29 "action": "event",
30 "label": "This does not get used"
31 }
32 }
33 }
34} \ No newline at end of file