mirror of
https://github.com/nasa/openmct.git
synced 2025-01-06 21:28:42 +00:00
18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"extensions": {
|
|
"constants": [
|
|
{
|
|
"key": "DEFAULT_AUTO_DISMISS",
|
|
"value": 2000
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "notificationService",
|
|
"implementation": "NotificationService.js",
|
|
"depends": [ "$log", "$timeout", "messageSeverity",
|
|
"DEFAULT_AUTO_DISMISS" ]
|
|
}
|
|
]
|
|
}
|
|
} |