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

@ -37,6 +37,38 @@ our $HELP = {
'layout template' => {
title => 'layout template title',
body => 'layout template body',
isa => {
namespace => "Asset_Template",
tag => "template variables"
},
variables => [
{
'name' => 'showAdmin'
},
{
'name' => 'dragger.icon'
},
{
'name' => 'dragger.init'
},
{
'name' => 'position1_loop',
'variables' => [
{
'name' => 'id'
},
{
'name' => 'content'
}
]
},
{
'name' => 'attachment.size'
},
{
'name' => 'attachment.type'
}
],
fields => [
],
related => [