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
|
|
@ -18,10 +18,10 @@ use strict;
|
|||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
|
||||
attribute assetName => ["assetName", 'Asset_Folder'];
|
||||
attribute uiLevel => 5;
|
||||
attribute icon => 'folder.gif';
|
||||
attribute tableName => 'Folder';
|
||||
aspect assetName => ["assetName", 'Asset_Folder'];
|
||||
aspect uiLevel => 5;
|
||||
aspect icon => 'folder.gif';
|
||||
aspect tableName => 'Folder';
|
||||
|
||||
property visitorCacheTimeout => (
|
||||
tab => "display",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue