add documentation for user account options
This commit is contained in:
parent
59998b8d02
commit
729ea485b6
4 changed files with 39 additions and 0 deletions
|
|
@ -4,6 +4,12 @@ our $HELP = {
|
|||
'manage friends template' => {
|
||||
title => 'manage friends template title',
|
||||
isa => [
|
||||
{ namespace => "WebGUI",
|
||||
tag => "account options"
|
||||
},
|
||||
{ namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -52,6 +52,19 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'account options' => {
|
||||
title => 'account options template variables',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'account.options',
|
||||
'variables' => [
|
||||
{ 'name' => 'options.display' }
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue