product macro docs

This commit is contained in:
Colin Kuskie 2005-10-10 23:21:12 +00:00
parent 3b2ea13b57
commit 35b2b94e1d
3 changed files with 128 additions and 1 deletions

View file

@ -0,0 +1,25 @@
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;