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
|
|
@ -23,9 +23,9 @@ use WebGUI::Inbox;
|
|||
use WebGUI::Shop::Cart;
|
||||
use JSON qw{ from_json to_json };
|
||||
|
||||
attribute assetName => ['assetName', 'Asset_Sku'];
|
||||
attribute icon => 'Sku.gif';
|
||||
attribute tableName => 'sku';
|
||||
aspect assetName => ['assetName', 'Asset_Sku'];
|
||||
aspect icon => 'Sku.gif';
|
||||
aspect tableName => 'sku';
|
||||
|
||||
property description => (
|
||||
tab => "properties",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue