webgui/lib/WebGUI/Help/Asset_Shortcut.pm
2005-04-05 20:19:19 +00:00

37 lines
739 B
Perl

package WebGUI::Help::Asset_Shortcut;
our $HELP = {
'shortcut add/edit' => {
title => '5',
body => '6',
related => [
{
tag => 'wobjects using',
namespace => 'Wobject'
},
{
tag => 'metadata manage',
namespace => 'Asset'
},
]
},
'shortcut template' => {
title => 'shortcut template title',
body => 'shortcut template body',
related => [
{
tag => 'wobjects using',
namespace => 'Wobject'
},
{
tag => 'template language',
namespace => 'Asset_Template'
},
]
},
};
1;