change aspect to define

This commit is contained in:
Graham Knop 2010-02-17 16:25:13 -06:00
parent 57484beb66
commit 20ee527dbd
68 changed files with 218 additions and 218 deletions

View file

@ -22,9 +22,9 @@ use JSON;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Sku';
aspect assetName => ['assetName', 'Asset_Product'];
aspect icon => 'product.gif';
aspect tableName => 'Product';
define assetName => ['assetName', 'Asset_Product'];
define icon => 'product.gif';
define tableName => 'Product';
property cacheTimeout => (
tab => "display",