mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 06:03:06 +00:00
[Containment] Expose Link action as compose
Expose 'link' as 'compose'; this facilitates implementation of drag-drop composition being deferred to actions which will support move/copy/link options in the future. WTD-962.
This commit is contained in:
parent
5adcd3cd6d
commit
5045795a7c
@ -31,6 +31,10 @@
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
{
|
||||
"key": "compose",
|
||||
"implementation": "actions/LinkAction.js"
|
||||
},
|
||||
{
|
||||
"key": "edit",
|
||||
"implementation": "actions/EditAction.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user