Created
October 3, 2024 20:49
-
-
Save Meshiest/2b397aa0fbbec32d687f1a24f0e4208a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"banners": [ | |
{ | |
"version": 1, | |
"lang": "en", | |
"content": "# test announcement\nthis is an example banner\n\n[go here](https://google.org)", | |
"border_color": "blue", | |
"background_color": "#121212", | |
"start_timestamp": "2024-09-20", | |
"end_timestamp": "2024-010-05T13:02" | |
}, | |
{ | |
"version": 1, | |
"lang": "hi", | |
"content": "# alternate announcement", | |
"border_color": "green", | |
"start_timestamp": "2024-09-20", | |
"end_timestamp": "2024-09-05T13:02" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment