[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:
Victor Woeltjen 2015-04-07 20:24:15 -07:00
parent 5adcd3cd6d
commit 5045795a7c

View File

@ -31,6 +31,10 @@
}
],
"actions": [
{
"key": "compose",
"implementation": "actions/LinkAction.js"
},
{
"key": "edit",
"implementation": "actions/EditAction.js",