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:
Colin Kuskie 2006-05-31 03:33:21 +00:00
parent 4a4de93e2f
commit d7450926be
22 changed files with 881 additions and 429 deletions

View file

@ -60,6 +60,27 @@ our $HELP = {
'shortcut template' => {
title => 'shortcut template title',
body => 'shortcut template body',
isa => {
namespace => "Asset_Template",
tag => "template variables"
},
variables => [
{
'name' => 'shortcut.content'
},
{
'name' => 'originalURL'
},
{
'name' => 'isShortcut'
},
{
'name' => 'shortcut.label'
},
{
'name' => 'shortcut.properties'
}
],
fields => [
],
related => [
@ -77,6 +98,7 @@ our $HELP = {
},
]
},
'field add/edit' => {
title => 'field add/edit title',
body => 'field add/edit body',
@ -94,6 +116,7 @@ our $HELP = {
]
},
};
1;