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
|
|
@ -49,6 +49,10 @@ our $HELP = {
|
|||
title => 'image template title',
|
||||
body => 'image template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Image",
|
||||
tag => "image template asset variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
|
|
@ -74,25 +78,6 @@ our $HELP = {
|
|||
'name' => 'thumbnail',
|
||||
'description' => 'thumbnail variable'
|
||||
},
|
||||
{
|
||||
'name' => 'thumbnailSize'
|
||||
},
|
||||
{
|
||||
'name' => 'parameters',
|
||||
'description' => 'parameters variable'
|
||||
},
|
||||
{
|
||||
'name' => 'filename'
|
||||
},
|
||||
{
|
||||
'name' => 'storageId'
|
||||
},
|
||||
{
|
||||
'name' => 'title'
|
||||
},
|
||||
{
|
||||
'name' => 'menuTitle'
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
|
|
@ -106,6 +91,30 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'image template asset variables' => {
|
||||
title => 'image template asset var title',
|
||||
body => 'image template asset var body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_File",
|
||||
tag => "file template asset variables"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'thumbnailSize'
|
||||
},
|
||||
{
|
||||
'name' => 'parameters',
|
||||
'description' => 'parameters variable'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'image resize' => {
|
||||
title => 'resize image title',
|
||||
body => 'resize image body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue