mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
[Plugins] Expose My Items plugin
This commit is contained in:
parent
94194ff675
commit
f1870e286d
@ -25,6 +25,9 @@ define([
|
||||
return {
|
||||
localStorage: function (openmct) {
|
||||
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