webgui/lib/WebGUI/Help/Macro_Product.pm
2005-10-10 23:21:12 +00:00

25 lines
319 B
Perl

package WebGUI::Help::Macro_Product;
our $HELP = {
'product' => {
title => 'product title',
body => 'product body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
{
tag => 'manage product',
namespace => 'ProductManager'
},
]
},
};
1;