webgui/lib/WebGUI/Help/Article.pm

42 lines
637 B
Perl

package WebGUI::Help::Article;
our $HELP = {
'article add/edit' => {
title => 61,
body => 71,
related => [
{
tag => 'article template',
namespace => 'Article'
},
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'article template' => {
title => 72,
body => 73,
related => [
{
tag => 'article add/edit',
namespace => 'Article'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;