Macro help pruning, up through but NOT including RootTitle
This commit is contained in:
parent
3fa2a81d98
commit
1d9a95cce2
30 changed files with 24 additions and 590 deletions
|
|
@ -2,9 +2,23 @@ package WebGUI::Help::Macro_LoginToggle;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'login toggle' => {
|
||||
'login toggle' => {
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
],
|
||||
title => 'login toggle title',
|
||||
body => 'login toggle body',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'toggle.url'
|
||||
},
|
||||
{
|
||||
'name' => 'toggle.text'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue