From 0c0b7cc82298e2d9fccae9336dd7aac55c7d87d2 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 16 Oct 2019 11:43:52 +0200 Subject: Add announcements --- resources/announcements/version.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 resources/announcements/version.json (limited to 'resources/announcements/version.json') 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 @@ +{ + "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" + } + } + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf