template variables broken out
This commit is contained in:
parent
8b7946e994
commit
f70f02df28
6 changed files with 769 additions and 202 deletions
|
|
@ -86,6 +86,26 @@ our $HELP = {
|
|||
body => 'http proxy template body',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'header'
|
||||
},
|
||||
{
|
||||
'name' => 'content'
|
||||
},
|
||||
{
|
||||
'name' => 'search.for'
|
||||
},
|
||||
{
|
||||
'name' => 'stop.at'
|
||||
},
|
||||
{
|
||||
'name' => 'content.leading'
|
||||
},
|
||||
{
|
||||
'name' => 'content.trailing'
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'http proxy add/edit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue