Skip to content

Instantly share code, notes, and snippets.

@ajparsons
Last active May 5, 2023 08:36
Show Gist options
  • Save ajparsons/778e752ac110f595e1230ee908be9c5e to your computer and use it in GitHub Desktop.
Save ajparsons/778e752ac110f595e1230ee908be9c5e to your computer and use it in GitHub Desktop.
Example of banner syntax on twfy
[
{
"id":"basic-donate",
"content":"Donate to mySociety",
"button_text":"Donate",
"button_link":"https://www.mysociety.org/donate/",
"button_class": "button--negative",
"weight":1,
"lang": "en",
"published":true,
"start_time": "2023-05-05"
},
{
"id":"Read our blog",
"content":"New blog on the blog",
"button_text":"Read now",
"button_link":"https://www.mysociety.org/blog/",
"button_class":"",
"weight":1,
"lang": "en",
"published":true,
"end_time":"2023-06-05T22:00:00"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment