Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
47
lib/WebGUI/Help/Asset_Shelf.pm
Normal file
47
lib/WebGUI/Help/Asset_Shelf.pm
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
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, variables => [
|
||||
{ name => "title",
|
||||
description => 'shelf_title', },
|
||||
{ name => "url",
|
||||
description => 'shelf_url', },
|
||||
],
|
||||
},
|
||||
{ name => "products" , required=>1, variables => [
|
||||
{ name => "url",
|
||||
description => 'product_url', },
|
||||
{ name => "thumbnailUrl" },
|
||||
{ name => "price" },
|
||||
{ name => "addToCartForm" },
|
||||
],
|
||||
},
|
||||
{ name => "templateId", description=>"shelf template help" },
|
||||
{ name => "noViewableSkus", },
|
||||
{ name => "emptyShelf", },
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue