Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-18 17:57:38 +03:00
parent d706042f51
commit f23858233a
2 changed files with 12 additions and 3 deletions

View File

@ -2596,13 +2596,21 @@ var UICollectionActions = actions.Actions({
//*/
// XXX experementing...
/*/ XXX experementing...
// would be nice to:
// - have an action accessible withing the action menu and standalone
// - topology:
// <collection>/
// <collection-option>: <value>
// ...
// ...
// - creating a collection should open its options...
//
collectionsList: ['Collections/Collections list/*',
function(path, make){
console.log('>>>', path)
make.EditableList(this.collection_order)
}],
//*/
})
var UICollection =

View File

@ -816,5 +816,6 @@ core.ImageGridFeatures.Feature('examples', [
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })