From 5045795a7cfb68210b9dc5ff373e89726a5b25fc Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 7 Apr 2015 20:24:15 -0700 Subject: [PATCH] [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. --- platform/commonUI/edit/bundle.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/commonUI/edit/bundle.json b/platform/commonUI/edit/bundle.json index b2e7878beb..e09db0b647 100644 --- a/platform/commonUI/edit/bundle.json +++ b/platform/commonUI/edit/bundle.json @@ -31,6 +31,10 @@ } ], "actions": [ + { + "key": "compose", + "implementation": "actions/LinkAction.js" + }, { "key": "edit", "implementation": "actions/EditAction.js",