started work on alias ui...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-06 12:50:38 +03:00
parent bc6387af42
commit 1a0d70b91d

View File

@ -22,6 +22,9 @@ module.Alias = core.ImageGridFeatures.Feature({
doc: '',
tag: 'alias',
suggested: [
'ui-alias',
],
config: {
//aliases: {
@ -66,5 +69,33 @@ module.Alias = core.ImageGridFeatures.Feature({
//---------------------------------------------------------------------
var UIAliasActions = actions.Actions({
// XXX list aliases....
// XXX
// XXX edit alias...
// XXX
})
var UIAlias =
module.UIAlias = core.ImageGridFeatures.Feature({
title: '',
doc: '',
tag: 'ui-alias',
depends: [
'alias',
'ui',
],
actions: UIAliasActions,
handlers: [],
})
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })