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
|
|
@ -13,6 +13,10 @@ our $HELP = {
|
|||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'post asset variables',
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
|
|
@ -265,6 +269,10 @@ our $HELP = {
|
|||
title => 'post asset variables title',
|
||||
body => 'post asset variables body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset template asset variables',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue