mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
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" ]
|
|
}
|
|
]
|
|
}
|
|
}
|