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
|
|
@ -68,6 +68,10 @@ our $HELP = {
|
|||
title => 'view title',
|
||||
body => 'view body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'wiki page asset template variables',
|
||||
namespace => 'Asset_WikiPage'
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
|
|
@ -119,6 +123,35 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'wiki page asset template variables' => {
|
||||
title => 'vars title',
|
||||
body => 'vars body',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
name => 'storageId',
|
||||
},
|
||||
{
|
||||
name => 'content variable',
|
||||
},
|
||||
{
|
||||
name => 'views',
|
||||
},
|
||||
{
|
||||
name => 'isProtected',
|
||||
},
|
||||
{
|
||||
'name' => 'actionTaken',
|
||||
},
|
||||
{
|
||||
'name' => 'actionTakenBy',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'history template' => {
|
||||
title => 'history title',
|
||||
body => 'history body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue