Merged from master

This commit is contained in:
Andrew Henry
2019-12-06 09:45:21 -08:00
47 changed files with 175 additions and 4388 deletions

View File

@@ -0,0 +1,8 @@
# My Items plugin
Defines top-level folder named "My Items" to store user-created items. Enabled by default, this can be disabled in a
read-only deployment with no user-editable objects.
## Installation
```js
openmct.install(openmct.plugins.MyItems());
```