openmct/platform/features/my-items/README.md
2018-10-03 18:55:27 -07:00

8 lines
258 B
Markdown

# 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());
```