fix assetName calls for Asset and Wobject.
This commit is contained in:
parent
8209de7978
commit
2997471b5f
3 changed files with 11 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ use HTML::Packer;
|
|||
|
||||
use Moose;
|
||||
use WebGUI::Definition::Asset;
|
||||
define assetName => 'asset';
|
||||
define assetName => ['asset', 'Asset'];
|
||||
define tableName => 'assetData';
|
||||
define icon => 'assets.gif';
|
||||
property title => (
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ use WebGUI::Asset;
|
|||
use WebGUI::International;
|
||||
extends 'WebGUI::Asset';
|
||||
define tableName => 'wobject';
|
||||
define assetName => 'Wobject';
|
||||
define assetName => ['Wobject', 'Wobject'];
|
||||
property description => (
|
||||
fieldType => 'HTMLArea',
|
||||
default => undef,
|
||||
|
|
|
|||
|
|
@ -117,9 +117,18 @@ is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b>
|
|||
|
||||
'mobileStyleTemplateId label' => {
|
||||
message => 'Mobile Style Template'
|
||||
lastUpdated => 1268412719,
|
||||
},
|
||||
|
||||
'mobileStyleTemplateId description' => {
|
||||
message => q|Select a style template from the list to enclose your asset if it is viewed on a mobile browser|,
|
||||
lastUpdated => 1268412722,
|
||||
},
|
||||
|
||||
'Wobject' => {
|
||||
message => q|Wobject|,
|
||||
lastUpdated => 1268412724,
|
||||
context => q|Name of the prototypical wobject object|,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue