Modified Operation/Help to stem a memory leak from processing ISA entries in the Help.
Converted template docs for several Assets and Wobjects.
This commit is contained in:
parent
4a4de93e2f
commit
d7450926be
22 changed files with 881 additions and 429 deletions
|
|
@ -5,6 +5,62 @@ our $HELP = {
|
|||
'login box' => {
|
||||
title => 'login box title',
|
||||
body => 'login box body',
|
||||
isa => {
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
variables => [
|
||||
{
|
||||
'name' => 'user.isVisitor'
|
||||
},
|
||||
{
|
||||
'name' => 'customText'
|
||||
},
|
||||
{
|
||||
'name' => 'hello.label'
|
||||
},
|
||||
{
|
||||
'name' => 'customText'
|
||||
},
|
||||
{
|
||||
'name' => 'account.display.url'
|
||||
},
|
||||
{
|
||||
'name' => 'logout.label'
|
||||
},
|
||||
{
|
||||
'required' => 1,
|
||||
'name' => 'form.header'
|
||||
},
|
||||
{
|
||||
'name' => 'username.label'
|
||||
},
|
||||
{
|
||||
'required' => 1,
|
||||
'name' => 'username.form'
|
||||
},
|
||||
{
|
||||
'name' => 'password.label'
|
||||
},
|
||||
{
|
||||
'required' => 1,
|
||||
'name' => 'password.form'
|
||||
},
|
||||
{
|
||||
'required' => 1,
|
||||
'name' => 'form.login'
|
||||
},
|
||||
{
|
||||
'name' => 'account.create.url'
|
||||
},
|
||||
{
|
||||
'name' => 'account.create.label'
|
||||
},
|
||||
{
|
||||
'required' => 1,
|
||||
'name' => 'form.footer'
|
||||
}
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue