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
|
|
@ -34,10 +34,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'shortcut add/edit',
|
||||
namespace => 'Asset_Shortcut'
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
package WebGUI::Help::Asset_Redirect;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'redirect add/edit' => {
|
||||
title => 'redirect add/edit title',
|
||||
body => 'redirect add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'redirect url',
|
||||
description => 'redirect url description',
|
||||
namespace => 'Asset_Redirect',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,100 +0,0 @@
|
|||
package WebGUI::Help::Asset_RichEdit;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'rich edit add/edit' => {
|
||||
title => 'rich edit add/edit title',
|
||||
body => 'rich edit add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'toolbar buttons',
|
||||
description => 'toolbar buttons description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'disable rich edit',
|
||||
description => 'disable rich edit description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'using rich edit',
|
||||
description => 'using rich edit description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'preformatted',
|
||||
description => 'preformatted description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'elements',
|
||||
description => 'elements description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'editor height',
|
||||
description => 'editor height description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'editor width',
|
||||
description => 'editor width description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'source editor height',
|
||||
description => 'source editor height description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'source editor width',
|
||||
description => 'source editor width description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'use br',
|
||||
description => 'use br description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'remove line breaks',
|
||||
description => 'remove line breaks description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'no wrap',
|
||||
description => 'no wrap description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'directionality',
|
||||
description => 'directionality description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'toolbar location',
|
||||
description => 'toolbar location description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'css file',
|
||||
description => 'css file description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'enable context menu',
|
||||
description => 'enable context menu description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -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