change the name attribute to aspect to denote asset level static attributes like tableName, et. al.
This commit is contained in:
parent
5b24340994
commit
d4f31870a3
12 changed files with 72 additions and 43 deletions
|
|
@ -20,9 +20,9 @@ use WebGUI::Utility;
|
|||
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
attribute assetName => ["assetName", 'Asset_Navigation'];
|
||||
attribute icon => 'navigation.gif';
|
||||
attribute tableName => 'Navigation';
|
||||
aspect assetName => ["assetName", 'Asset_Navigation'];
|
||||
aspect icon => 'navigation.gif';
|
||||
aspect tableName => 'Navigation';
|
||||
|
||||
property templateId => (
|
||||
label => ['1096', 'Asset_Navigation'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue