Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-10-29 16:00:17 +03:00
parent eec7bf1839
commit e5488e9b27

View File

@ -416,19 +416,15 @@ var VirtualBlocksEditUIActions = actions.Actions({
// virtual block templates... // virtual block templates...
// //
// XXX should these be loaded as a ribbon/collection??? // XXX implementation vs. UI
// ...a collection seems to have all the needed functionality // implementation:
// but there are still questions: // - this looks like a special collection with local .images
// - stored globally (config), locally (index) or something // - hidden?
// in the middle (collection)? // - can this be global or shared between indexes?
// - how do we handle this collection .images??? // - this can be just a list in .config or .data (global/local)
// ...on the other hand a pure collection is a bad match here as it // UI:
// necessitates a context change out of the user context and back // - this can be loaded and/or edited as a collection
// which is a really bad thing... // - this can be a dialog...
// ...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...', cloneVirtualBlockFromTemplate: ['- Virtual block/Clone from template...',
function(){ function(){
}], }],