mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +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": [
|
"actions": [
|
||||||
|
{
|
||||||
|
"key": "compose",
|
||||||
|
"implementation": "actions/LinkAction.js"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "edit",
|
"key": "edit",
|
||||||
"implementation": "actions/EditAction.js",
|
"implementation": "actions/EditAction.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user