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
|
|
@ -18,9 +18,9 @@ package WebGUI::Asset::Wobject::WikiMaster;
|
|||
#);
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
aspect assetName => ['assetName', 'Asset_RichEdit'],
|
||||
aspect icon => 'wikiMaster.gif',
|
||||
aspect tableName => 'WikiMaster',
|
||||
aspect assetName => ['assetName', 'Asset_RichEdit'];
|
||||
aspect icon => 'wikiMaster.gif';
|
||||
aspect tableName => 'WikiMaster';
|
||||
|
||||
property groupToEditPages => (
|
||||
fieldType => 'group',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue