mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
Merge pull request #1338 from nasa/my-items-as-model
[MyItems] Load via static model provider
This commit is contained in:
commit
f540fd08fa
@ -31,12 +31,18 @@ define([
|
|||||||
"description": "Defines a root named My Items",
|
"description": "Defines a root named My Items",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"roots": [
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "mine"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "mine",
|
"id": "mine",
|
||||||
"model": {
|
"model": {
|
||||||
"name": "My Items",
|
"name": "My Items",
|
||||||
"type": "folder",
|
"type": "folder",
|
||||||
"composition": []
|
"composition": [],
|
||||||
|
"location": "ROOT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user