mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
6ab468086a
* working lock and unlock * prevent flexible layout drop hints from showing * fix lint issue * wip * disable mousedown when not editing in DisplayLayout * continued wip * Cherrypick new glyphs from add-new-glyphs-062320 * More new glyphs, updated art - New glyphs: icon-unlocked and icon-target; - Updated art for icon-lock glyph; * Edit toggle refinements WIP - Markup, CSS in BrowseBar.vue; * More new glyphs, updated art - New glyphs: icon-unlocked and icon-target; - Updated art for icon-lock glyph; * Edit toggle refinements - Replaced toggle switch with button; * prevent styling changes when locked * fix lint issues * fix tests * make reviewer suggested changes Co-authored-by: charlesh88 <charlesh88@gmail.com> |
||
---|---|---|
.. | ||
src/actions | ||
test/actions | ||
bundle.js | ||
README.md |
Import / Export Plugin
The Import/Export plugin allows objects to be exported as JSON files. This allows for sharing of objects between users who are not using a shared persistence store. It also allows object trees to be backed up. Additionally, object trees exported using this tool can then be exposed as read-only static root trees using the Static Root Plugin.
Upon installation it will add two new context menu actions to allow import and export of objects. Initiating the Export action on an object will produce a JSON file that includes the object and all of its composed children. Selecting Import on an object will allow the user to import a previously exported object tree as a child of the selected object.
Installation
openmct.install(openmct.plugins.ImportExport())