-
-
Save sudheerDev/b50fd890fb1f055567768b213e92550e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"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