perltidy'ed the Help files
This commit is contained in:
parent
d95fabf53b
commit
d057dba239
60 changed files with 4949 additions and 9598 deletions
|
|
@ -1,71 +1,52 @@
|
|||
package WebGUI::Help::Asset_RSSFromParent;
|
||||
|
||||
our $HELP = {
|
||||
'rss from parent' => {
|
||||
title => 'rss from parent title',
|
||||
body => 'rss from parent body',
|
||||
# use the following to inherit stuff other help entries
|
||||
isa => [
|
||||
{
|
||||
tag => 'template variables',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
],
|
||||
fields => [ #This array is used to list hover help for form fields.
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'title',
|
||||
'description' => 'title.parent'
|
||||
},
|
||||
{
|
||||
'name' => 'link',
|
||||
'description' => 'title.parent'
|
||||
},
|
||||
{
|
||||
'name' => 'description',
|
||||
'description' => 'description.parent'
|
||||
},
|
||||
{
|
||||
'name' => 'generator'
|
||||
},
|
||||
{
|
||||
'name' => 'lastBuildDate'
|
||||
},
|
||||
{
|
||||
'name' => 'webMaster'
|
||||
},
|
||||
{
|
||||
'name' => 'docs'
|
||||
},
|
||||
{
|
||||
'name' => 'item_loop',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'title',
|
||||
'description' => 'title.item'
|
||||
},
|
||||
{
|
||||
'name' => 'link',
|
||||
'description' => 'title.item'
|
||||
},
|
||||
{
|
||||
'name' => 'description',
|
||||
'description' => 'description.item'
|
||||
},
|
||||
{
|
||||
'name' => 'guid'
|
||||
},
|
||||
{
|
||||
'name' => 'pubDate'
|
||||
},
|
||||
]
|
||||
},
|
||||
],
|
||||
related => [ ##This lists other help articles that are related to this one
|
||||
],
|
||||
},
|
||||
'rss from parent' => {
|
||||
title => 'rss from parent title',
|
||||
body => 'rss from parent body',
|
||||
|
||||
# use the following to inherit stuff other help entries
|
||||
isa => [
|
||||
{ tag => 'template variables',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
],
|
||||
fields => [ #This array is used to list hover help for form fields.
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'title',
|
||||
'description' => 'title.parent'
|
||||
},
|
||||
{ 'name' => 'link',
|
||||
'description' => 'title.parent'
|
||||
},
|
||||
{ 'name' => 'description',
|
||||
'description' => 'description.parent'
|
||||
},
|
||||
{ 'name' => 'generator' },
|
||||
{ 'name' => 'lastBuildDate' },
|
||||
{ 'name' => 'webMaster' },
|
||||
{ 'name' => 'docs' },
|
||||
{ 'name' => 'item_loop',
|
||||
variables => [
|
||||
{ 'name' => 'title',
|
||||
'description' => 'title.item'
|
||||
},
|
||||
{ 'name' => 'link',
|
||||
'description' => 'title.item'
|
||||
},
|
||||
{ 'name' => 'description',
|
||||
'description' => 'description.item'
|
||||
},
|
||||
{ 'name' => 'guid' },
|
||||
{ 'name' => 'pubDate' },
|
||||
]
|
||||
},
|
||||
],
|
||||
related => [ ##This lists other help articles that are related to this one
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
1; ##All perl modules must return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue