Help and i18n pruning, Shortcut, Redirect, RichEdit
This commit is contained in:
parent
317d71e379
commit
a742fbe961
7 changed files with 3 additions and 286 deletions
|
|
@ -1,65 +1,10 @@
|
|||
package WebGUI::Help::Asset_Shortcut;
|
||||
|
||||
our $HELP = {
|
||||
'shortcut add/edit' => {
|
||||
title => '5',
|
||||
body => '6',
|
||||
fields => [
|
||||
{
|
||||
title => '1',
|
||||
description => '1 description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => 'shortcut template title',
|
||||
description => 'shortcut template title description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => 'Shortcut by alternate criteria',
|
||||
description => 'Shortcut by alternate criteria description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => 'disable content lock',
|
||||
description => 'disable content lock description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => 'Resolve Multiples',
|
||||
description => 'Resolve Multiples description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
{
|
||||
title => 'Criteria',
|
||||
description => 'Criteria description',
|
||||
namespace => 'Asset_Shortcut',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'field add/edit',
|
||||
namespace => 'Asset_Shortcut'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Asset_Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'dashboard add/edit',
|
||||
namespace => 'Asset_Dashboard'
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
'shortcut template' => {
|
||||
title => 'shortcut template title',
|
||||
body => 'shortcut template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
|
|
@ -94,10 +39,6 @@ our $HELP = {
|
|||
tag => 'wobjects using',
|
||||
namespace => 'Asset_Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'shortcut add/edit',
|
||||
namespace => 'Asset_Shortcut'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
|
|
@ -105,24 +46,6 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'field add/edit' => {
|
||||
title => 'field add/edit title',
|
||||
body => 'field add/edit body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Asset_Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue