mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 16:38:51 +00:00
dbff9e2125
...to serve as a secondary persistence store.
24 lines
581 B
JSON
24 lines
581 B
JSON
{
|
|
"extensions": {
|
|
"roots": [
|
|
{
|
|
"id": "scratch:root",
|
|
"model": {
|
|
"type": "folder",
|
|
"composition": [],
|
|
"name": "Scratchpad"
|
|
},
|
|
"priority": "preferred"
|
|
}
|
|
],
|
|
"components": [
|
|
{
|
|
"provides": "persistenceService",
|
|
"type": "provider",
|
|
"implementation": "ScratchPersistenceProvider.js",
|
|
"depends": [ "$q" ]
|
|
}
|
|
]
|
|
}
|
|
}
|