help supports inheritance

This commit is contained in:
JT Smith 2006-05-14 04:53:13 +00:00
parent 0673df503d
commit ab4caf1342
6 changed files with 50 additions and 15 deletions

View file

@ -5,6 +5,10 @@ our $HELP = {
'folder add/edit' => {
title => 'folder add/edit title',
body => 'folder add/edit body',
isa => {
namespace => "Asset_Wobject",
tag => "wobject add/edit"
},
fields => [
{
title => 'visitor cache timeout',
@ -19,14 +23,6 @@ our $HELP = {
},
],
related => [
{
tag => 'asset fields',
namespace => 'Asset',
},
{
tag => 'wobject add/edit',
namespace => 'Asset_Wobject',
},
{
tag => 'folder template',
namespace => 'Asset_Folder',