Huge amount of ISA work for Assets (as opposed to Wobjects).
Bug fix for toolbar button rows that do not go away when all buttons are deselected.
This commit is contained in:
parent
224b2c08d1
commit
93288c8332
20 changed files with 518 additions and 71 deletions
|
|
@ -116,6 +116,62 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'asset template asset variables' => {
|
||||
title => 'asset template asset var title',
|
||||
body => 'asset template asset var body',
|
||||
variables => [
|
||||
{
|
||||
name => 'title',
|
||||
},
|
||||
{
|
||||
name => 'menuTitle',
|
||||
},
|
||||
{
|
||||
name => 'url',
|
||||
},
|
||||
{
|
||||
name => 'isHidden',
|
||||
},
|
||||
{
|
||||
name => 'newWindow',
|
||||
},
|
||||
{
|
||||
name => 'encryptPage',
|
||||
},
|
||||
{
|
||||
name => 'ownerUserId',
|
||||
},
|
||||
{
|
||||
name => 'groupIdView',
|
||||
},
|
||||
{
|
||||
name => 'groupIdEdit',
|
||||
},
|
||||
{
|
||||
name => 'synopsis',
|
||||
},
|
||||
{
|
||||
name => 'extraHeadTags',
|
||||
},
|
||||
{
|
||||
name => 'isPackage',
|
||||
},
|
||||
{
|
||||
name => 'isPrototype',
|
||||
},
|
||||
{
|
||||
name => 'status',
|
||||
},
|
||||
{
|
||||
name => 'assetSize',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'asset toolbar' => {
|
||||
title => 'asset toolbar title',
|
||||
body => 'asset toolbar body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue