Continue change from define uiLevel to has uiLevel.

This commit is contained in:
Colin Kuskie 2010-03-09 13:07:14 -08:00
parent a3614f5211
commit a3aeae9a4e
8 changed files with 33 additions and 8 deletions

View file

@ -25,7 +25,6 @@ use WebGUI::Definition::Asset;
extends 'WebGUI::Asset';
define assetName => ['assetName', 'Asset_RichEdit'];
define icon => 'richEdit.gif';
define uiLevel => 5;
define tableName => 'RichEdit';
property disableRichEditor => (
fieldType => 'yesNo',
@ -170,6 +169,9 @@ property allowMedia => (
label => ['editForm allowMedia label', 'Asset_RichEdit'],
hoverHelp => ['editForm allowMedia description', 'Asset_RichEdit'],
);
has +uiLevel => (
default => 5,
);
=head1 NAME