summaryrefslogtreecommitdiff
path: root/branding/motd-cli/motd-example.json
blob: f33c2b9a252b889adbb8e480e4a8171a837a4fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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>"}
        ]}
    ]
}