@uportal/app-framework
Version:
Application Framework for uPortal
49 lines (48 loc) • 1.4 kB
JSON
{
"messages": [
{
"id": "sample-uportal-app-framework-basic-notification",
"title": "This is a sample basic notification living in uportal-app-framework. It should appear to everyone, even when group filtering is enabled.",
"priority": null,
"audienceFilter": {
"groups": []
},
"data": {
"dataUrl": "",
"dataObject": "",
"dataArrayFilter": {}
},
"actionButton": {
"label": "Take action",
"url": "http://www.google.com"
},
"moreInfoButton": {
"label": "More info",
"url": "http://www.google.com"
}
},
{
"id": "sample-uportal-app-framework-madison-priority-notification",
"title": "PRIORITY NOTIFICATIONS ARE DEPRECATED. This is a high priority notification. It should only appear if group filtering is disabled in /settings",
"goLiveDate": "2017-08-03",
"priority": "high",
"dismissible": true,
"audienceFilter": {
"groups": [""]
},
"data": {
"dataUrl": "",
"dataObject": "",
"dataArrayFilter": {}
},
"actionButton": {
"label": "Take action",
"url": "http://www.google.com"
},
"moreInfoButton": {
"label": "More info",
"url": "http://www.google.com"
}
}
]
}