Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
29
lib/WebGUI/Help/Account_Shop.pm
Normal file
29
lib/WebGUI/Help/Account_Shop.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package WebGUI::Help::Account_Shop;
|
||||
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'common vars' => {
|
||||
title => 'common account variables',
|
||||
body => '',
|
||||
private => 1,
|
||||
isa => [
|
||||
{
|
||||
tag => 'common vars',
|
||||
namespace => 'Account',
|
||||
},
|
||||
],
|
||||
fields => [ ],
|
||||
variables => [
|
||||
{ name => "manage_purchases_url", },
|
||||
{ name => "managePurchasesIsActive", },
|
||||
{ name => "userIsVendor", },
|
||||
],
|
||||
related => [ ],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
Loading…
Add table
Add a link
Reference in a new issue