Fix a whole bunch of aspect comma/semicolon changes.
This commit is contained in:
parent
eb826c7d18
commit
dc2d086b2a
8 changed files with 20 additions and 20 deletions
|
|
@ -19,8 +19,8 @@ use Tie::IxHash;
|
|||
#use base qw(WebGUI::AssetAspect::Comments WebGUI::Asset);
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset';
|
||||
aspect assetName => ['assetName', 'Asset_MatrixListing'],
|
||||
aspect tableName => 'MatrixListing',
|
||||
aspect assetName => ['assetName', 'Asset_MatrixListing'];
|
||||
aspect tableName => 'MatrixListing';
|
||||
property screenshots => (
|
||||
tab => "properties",
|
||||
fieldType => "image",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue