openmct/example/scratchpad/bundle.json

16 lines
329 B
JSON
Raw Normal View History

{
"extensions": {
"roots": [
{
"id": "scratch:root",
"model": {
"type": "folder",
"composition": [],
"name": "Scratchpad"
},
"priority": "preferred"
}
]
}
}