summaryrefslogtreecommitdiff
path: root/branding/motd-cli/motd-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'branding/motd-cli/motd-example.json')
-rw-r--r--branding/motd-cli/motd-example.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/branding/motd-cli/motd-example.json b/branding/motd-cli/motd-example.json
deleted file mode 100644
index f33c2b9..0000000
--- a/branding/motd-cli/motd-example.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "motd": [{
- "begin": "02 Jan 21 15:04 -0700",
- "end": "31 Jan 22 15:04 -0700",
- "type": "daily",
- "platform": "all",
- "urgency": "normal",
- "text": [
- { "lang": "en",
- "str": "This is a <a href='https://leap.se'>test!</a>"},
- { "lang": "es",
- "str": "Esto es una <a href='https://leap.se'>pruebita!</a>"}
- ]}
- ]
-}