variable sectioning for all non namespaced Help
This commit is contained in:
parent
65a79bfb41
commit
8fad593e08
4 changed files with 427 additions and 161 deletions
|
|
@ -6,6 +6,75 @@ our $HELP = {
|
|||
body => 'help purchase history template body',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'errorMessage'
|
||||
},
|
||||
{
|
||||
'name' => 'historyLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'amount',
|
||||
'description' => 'amount.template'
|
||||
},
|
||||
{
|
||||
'name' => 'recurring'
|
||||
},
|
||||
{
|
||||
'name' => 'canCancel'
|
||||
},
|
||||
{
|
||||
'name' => 'cancelUrl'
|
||||
},
|
||||
{
|
||||
'name' => 'initDate'
|
||||
},
|
||||
{
|
||||
'name' => 'completionDate'
|
||||
},
|
||||
{
|
||||
'name' => 'status',
|
||||
'description' => 'status.template'
|
||||
},
|
||||
{
|
||||
'name' => 'lastPayedTerm'
|
||||
},
|
||||
{
|
||||
'name' => 'gateway'
|
||||
},
|
||||
{
|
||||
'name' => 'gatewayId'
|
||||
},
|
||||
{
|
||||
'name' => 'transactionId'
|
||||
},
|
||||
{
|
||||
'name' => 'userId'
|
||||
},
|
||||
{
|
||||
'name' => 'itemLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'amount',
|
||||
'description' => 'amount.template'
|
||||
},
|
||||
{
|
||||
'name' => 'itemName'
|
||||
},
|
||||
{
|
||||
'name' => 'itemId'
|
||||
},
|
||||
{
|
||||
'name' => 'itemType'
|
||||
},
|
||||
{
|
||||
'name' => 'quantity'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue