Adding the productmanager
This commit is contained in:
parent
b5998af961
commit
d12082f8ed
5 changed files with 1193 additions and 0 deletions
63
lib/WebGUI/Help/ProductManager.pm
Normal file
63
lib/WebGUI/Help/ProductManager.pm
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
package WebGUI::Help::ProductManager;
|
||||
|
||||
our $HELP = {
|
||||
'list products' => {
|
||||
title => 'help list products title',
|
||||
body => 'help list products body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'manage product' => {
|
||||
title => 'help manage product title',
|
||||
body => 'help manage product body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'edit product' => {
|
||||
title => 'help edit product title',
|
||||
body => 'help edit product body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'edit parameter' => {
|
||||
title => 'help edit parameter title',
|
||||
body => 'help edit parameter body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'edit option' => {
|
||||
title => 'help edit option title',
|
||||
body => 'help edit option body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'list variants' => {
|
||||
title => 'help list variants title',
|
||||
body => 'help list variants body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'edit variant' => {
|
||||
title => 'help edit variant title',
|
||||
body => 'help edit variant body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'edit sku template' => {
|
||||
title => 'help edit sku template title',
|
||||
body => 'help edit sku template body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue