change the order of the Article fields to make logical sense
This commit is contained in:
parent
40f08d9a89
commit
a8e972695e
2 changed files with 12 additions and 12 deletions
|
|
@ -104,14 +104,6 @@ sub definition {
|
|||
hoverHelp=>$i18n->get('article template description'),
|
||||
label=>$i18n->get(72)
|
||||
},
|
||||
linkURL=>{
|
||||
tab=>"properties",
|
||||
fieldType=>'url',
|
||||
defaultValue=>undef,
|
||||
label=>$i18n->get(8),
|
||||
hoverHelp=>$i18n->get('link url description'),
|
||||
uiLevel=>3
|
||||
},
|
||||
linkTitle=>{
|
||||
tab=>"properties",
|
||||
fieldType=>'text',
|
||||
|
|
@ -120,6 +112,14 @@ sub definition {
|
|||
hoverHelp=>$i18n->get('link title description'),
|
||||
uiLevel=>3
|
||||
},
|
||||
linkURL=>{
|
||||
tab=>"properties",
|
||||
fieldType=>'url',
|
||||
defaultValue=>undef,
|
||||
label=>$i18n->get(8),
|
||||
hoverHelp=>$i18n->get('link url description'),
|
||||
uiLevel=>3
|
||||
},
|
||||
storageId=>{
|
||||
tab=>"properties",
|
||||
fieldType=>"image",
|
||||
|
|
|
|||
|
|
@ -23,14 +23,14 @@ our $HELP = {
|
|||
namespace => 'Asset_Article',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => 'link url description',
|
||||
title => '7',
|
||||
description => 'link title description',
|
||||
namespace => 'Asset_Article',
|
||||
uiLevel => 3,
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => 'link title description',
|
||||
title => '8',
|
||||
description => 'link url description',
|
||||
namespace => 'Asset_Article',
|
||||
uiLevel => 3,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue