change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -17,9 +17,9 @@ use WebGUI::Definition::Asset;
|
|||
extends 'WebGUI::Asset::Wobject';
|
||||
#use Class::C3;
|
||||
#use base qw/WebGUI::AssetAspect::RssFeed WebGUI::Asset::Wobject/;
|
||||
aspect assetName => ['assetName', 'Asset_StoryTopic'];
|
||||
aspect icon => 'storytopic.gif';
|
||||
aspect tableName => 'StoryTopic';
|
||||
define assetName => ['assetName', 'Asset_StoryTopic'];
|
||||
define icon => 'storytopic.gif';
|
||||
define tableName => 'StoryTopic';
|
||||
property storiesPer => (
|
||||
tab => 'display',
|
||||
fieldType => 'integer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue