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.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/branding/motd-cli/motd-example.json b/branding/motd-cli/motd-example.json
new file mode 100644
index 0000000..47bf635
--- /dev/null
+++ b/branding/motd-cli/motd-example.json
@@ -0,0 +1,14 @@
+{
+ "motd": [{
+ "begin": "Jan 1 2021 00:00:00",
+ "end": "Dec 31 2021 23:59:00",
+ "type": "daily",
+ "platform": "all",
+ "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>"}
+ ]}
+ ]
+}