product macro docs
This commit is contained in:
parent
3b2ea13b57
commit
35b2b94e1d
3 changed files with 128 additions and 1 deletions
25
lib/WebGUI/Help/Macro_Product.pm
Normal file
25
lib/WebGUI/Help/Macro_Product.pm
Normal 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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue