code formatting in the properties.
This commit is contained in:
parent
ed0eeb9bc5
commit
0c4710c4ad
1 changed files with 25 additions and 25 deletions
|
|
@ -67,20 +67,20 @@ property url => (
|
|||
defaultValue => sub { return $_[0]->getId; },
|
||||
);
|
||||
property isHidden => (
|
||||
tab =>"display",
|
||||
label =>['886','Asset'],
|
||||
hoverHelp =>['886 description','Asset'],
|
||||
uiLevel =>6,
|
||||
fieldType =>'yesNo',
|
||||
defaultValue =>0,
|
||||
tab => "display",
|
||||
label => ['886','Asset'],
|
||||
hoverHelp => ['886 description','Asset'],
|
||||
uiLevel => 6,
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 0,
|
||||
);
|
||||
property newWindow => (
|
||||
tab =>"display",
|
||||
label =>['940','Asset'],
|
||||
hoverHelp =>['940 description','Asset'],
|
||||
uiLevel =>9,
|
||||
fieldType =>'yesNo',
|
||||
defaultValue =>0,
|
||||
tab => "display",
|
||||
label => ['940','Asset'],
|
||||
hoverHelp => ['940 description','Asset'],
|
||||
uiLevel => 9,
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 0,
|
||||
);
|
||||
property encryptPage => (
|
||||
fieldType => 'yesNo',
|
||||
|
|
@ -134,17 +134,17 @@ property extraHeadTags => (
|
|||
customDrawMethod=> 'drawExtraHeadTags',
|
||||
);
|
||||
property extraHeadTagsPacked => (
|
||||
fieldType => 'hidden',
|
||||
defaultValue => undef,
|
||||
noFormPost => 1,
|
||||
fieldType => 'hidden',
|
||||
defaultValue => undef,
|
||||
noFormPost => 1,
|
||||
);
|
||||
property usePackedHeadTags => (
|
||||
tab => "meta",
|
||||
label => ['usePackedHeadTags label','Asset'],
|
||||
hoverHelp => ['usePackedHeadTags description','Asset'],
|
||||
uiLevel => 7,
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 0,
|
||||
property usePackedHeadTags => (
|
||||
tab => "meta",
|
||||
label => ['usePackedHeadTags label','Asset'],
|
||||
hoverHelp => ['usePackedHeadTags description','Asset'],
|
||||
uiLevel => 7,
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 0,
|
||||
);
|
||||
property isPackage => (
|
||||
label => ["make package",'Asset'],
|
||||
|
|
@ -179,9 +179,9 @@ property inheritUrlFromParent => (
|
|||
defaultValue => 0,
|
||||
);
|
||||
property status => (
|
||||
noFormPost =>1,
|
||||
fieldType =>'text',
|
||||
defaultValue =>'pending',
|
||||
noFormPost => 1,
|
||||
fieldType => 'text',
|
||||
defaultValue => 'pending',
|
||||
);
|
||||
property lastModified => (
|
||||
noFormPost => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue