From d6b64b2708ae4ee2d2a1a18893fa6ba2e89bd268 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Oct 2019 04:53:08 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/virtual-blocks.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/virtual-blocks.js b/ui (gen4)/features/virtual-blocks.js index c0eac559..ca255a5f 100644 --- a/ui (gen4)/features/virtual-blocks.js +++ b/ui (gen4)/features/virtual-blocks.js @@ -376,7 +376,11 @@ var VirtualBlocksEditUIActions = actions.Actions({ that.refresh(gid) }) })], // XXX virtual block templates... - cloneVirtualBlockFromTemplate: ['- Virtual block/Clone from...', + // XXX should these be loaded as a ribbon/collection??? + // ...a collection seems to have all the needed functionality + // but there are still quiestions: + // - stored globally (config), locally (index) or something in the middle (collection)? + cloneVirtualBlockFromTemplate: ['- Virtual block/Clone from template...', function(){ }], saveVirtualBlockAsTemplate: ['- Virtual block/Save as template',