From eec7bf1839dc5a0379e034505f0087e2d8c27bd3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 28 Oct 2019 20:42:11 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/virtual-blocks.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/features/virtual-blocks.js b/ui (gen4)/features/virtual-blocks.js index 2da9e232..bde6091a 100644 --- a/ui (gen4)/features/virtual-blocks.js +++ b/ui (gen4)/features/virtual-blocks.js @@ -421,12 +421,14 @@ var VirtualBlocksEditUIActions = actions.Actions({ // but there are still questions: // - stored globally (config), locally (index) or something // in the middle (collection)? + // - how do we handle this collection .images??? // ...on the other hand a pure collection is a bad match here as it // necessitates a context change out of the user context and back // which is a really bad thing... // ...this could be done via: // - dialog w. previews (a-la metadata) // - floating ribbon (in a dialog) + // this can be implemented as a hidden collection... cloneVirtualBlockFromTemplate: ['- Virtual block/Clone from template...', function(){ }],