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
|
|
@ -25,8 +25,8 @@ use WebGUI::SQL;
|
|||
use WebGUI::Utility;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset';
|
||||
attribute tableName => 'wobject',
|
||||
attribute assetName => 'Wobject',
|
||||
aspect tableName => 'wobject',
|
||||
aspect assetName => 'Wobject',
|
||||
property description => (
|
||||
fieldType => 'HTMLArea',
|
||||
default => undef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue