Skip to content

Instantly share code, notes, and snippets.

@sudheerDev
Created September 8, 2020 15:32
Show Gist options
  • Save sudheerDev/b50fd890fb1f055567768b213e92550e to your computer and use it in GitHub Desktop.
Save sudheerDev/b50fd890fb1f055567768b213e92550e to your computer and use it in GitHub Desktop.
[
{
"id": "123",
"conditions": {
"audience": "all",
"displayDate": "> 2020-03-01T00:00:00Z",
"serverConfig": {
"PluginSettings.Test": true
},
"numberOfUsers": 2000
},
"localizedMessages": {
"en-US": {
"title": "title",
"description": "descr",
"actionText": "Download",
"actionParam": "http://download.com/path"
}
}
},
{
"id": "124",
"conditions": {
"audience": "sysadmin",
"sku": "e10"
},
"localizedMessages": {
"en-US": {
"title": "for sysadmin",
"description": "your eyes only! [test](https://test.com)",
"image": "https://raw.githubusercontent.com/reflog/notices-experiment/master/images/2020-08-11_11-42.png",
"actionText": "Download",
"actionParam": "http://download.com/path"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment