adding first rev of shortcut asset
This commit is contained in:
parent
c94a239969
commit
d81db0c288
3 changed files with 473 additions and 22 deletions
21
lib/WebGUI/Help/Shortcut.pm
Normal file
21
lib/WebGUI/Help/Shortcut.pm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package WebGUI::Help::Shortcut;
|
||||
|
||||
our $HELP = {
|
||||
'shortcut add/edit' => {
|
||||
title => '5',
|
||||
body => '6',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'MetaData'
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue