mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"extensions": {
|
|
"components": [
|
|
{
|
|
"provides": "persistenceService",
|
|
"type": "provider",
|
|
"implementation": "LocalStoragePersistenceProvider.js",
|
|
"depends": [ "$q", "PERSISTENCE_SPACE" ]
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "PERSISTENCE_SPACE",
|
|
"value": "mct"
|
|
}
|
|
],
|
|
"indicators": [
|
|
{
|
|
"implementation": "LocalStorageIndicator.js"
|
|
}
|
|
]
|
|
}
|
|
}
|