mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
[Plugins] Expose My Items plugin
This commit is contained in:
parent
94194ff675
commit
f1870e286d
@ -25,6 +25,9 @@ define([
|
|||||||
return {
|
return {
|
||||||
localStorage: function (openmct) {
|
localStorage: function (openmct) {
|
||||||
openmct.legacyRegistry.enable('platform/persistence/local');
|
openmct.legacyRegistry.enable('platform/persistence/local');
|
||||||
|
},
|
||||||
|
myItems: function (openmct) {
|
||||||
|
openmct.legacyRegistry.enable('platform/features/my-items');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user