aboutsummaryrefslogtreecommitdiffstats
path: root/resources/announcements/version.json
blob: 79aabf39097cea26fef25f068b0927f17be8d132 (plain) (blame)
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
{
  "main": {
    "headline": "Example Accouncement",
    "subHeadline": "Configure your announcement here",
    "image": {
      "light": "https://api.getferdi.com/assets/feature/light.png",
      "dark": "https://api.getferdi.com/assets/feature/dark.png"
    },
    "text": "Long description here",
    "cta": {
      "label": "Click here to do something",
      "href": "/settings/app",
      "analytics": {
        "category": "announcements-main",
        "action": "event",
        "label": "This does not get used"
      }
    }
  },
  "spotlight": {
    "title": "Spotlight:",
    "subject": "Show another feature",
    "text": "Show another feature in the spotlight",
    "cta": {
      "label": "Click here to do something",
      "href": "/settings/team",
      "analytics": {
        "category": "announcements-spotlight",
        "action": "event",
        "label": "This does not get used"
      }
    }
  }
}