added missing help files
This commit is contained in:
parent
102b5fd1ae
commit
7152eaeaee
7 changed files with 143 additions and 13 deletions
36
lib/WebGUI/Help/Asset_Shelf.pm
Normal file
36
lib/WebGUI/Help/Asset_Shelf.pm
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
package WebGUI::Help::Asset_Shelf;
|
||||
|
||||
use strict;
|
||||
|
||||
|
||||
our $HELP = {
|
||||
'template' => {
|
||||
|
||||
title => 'shelf template',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
{ tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{ name => "shelves" , required=>1},
|
||||
{ name => "products" , required=>1, variables => [
|
||||
{ name => "thumbnailUrl" },
|
||||
{ name => "price" },
|
||||
],
|
||||
},
|
||||
{ name => "templateId", description=>"shelf template help" },
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue