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
|
|
@ -22,9 +22,9 @@ use JSON;
|
|||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Sku';
|
||||
|
||||
attribute assetName => ['assetName', 'Asset_Product'];
|
||||
attribute icon => 'product.gif';
|
||||
attribute tableName => 'Product';
|
||||
aspect assetName => ['assetName', 'Asset_Product'];
|
||||
aspect icon => 'product.gif';
|
||||
aspect tableName => 'Product';
|
||||
|
||||
property cacheTimeout => (
|
||||
tab => "display",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue