added label and hover help attributes to parser property so it will be editable in forms
This commit is contained in:
parent
a72f61dffb
commit
cc7c041242
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ property parser => (
|
||||||
fieldType => 'selectBox',
|
fieldType => 'selectBox',
|
||||||
lazy => 1,
|
lazy => 1,
|
||||||
builder => '_default_parser',
|
builder => '_default_parser',
|
||||||
|
label => ['parser', 'Asset_Template'],
|
||||||
|
hoverHelp => ['parser description', 'Asset_Template'],
|
||||||
options => sub {
|
options => sub {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $session = $self->session;
|
my $session = $self->session;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue