mirror of
https://github.com/nasa/openmct.git
synced 2025-02-08 20:10:28 +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" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|