moved Asset/Redirect help into its own files
This commit is contained in:
parent
30dc659e9c
commit
a2745b6ba6
5 changed files with 50 additions and 46 deletions
|
|
@ -20,28 +20,6 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'redirect add/edit' => {
|
||||
title => 'redirect add/edit title',
|
||||
body => 'redirect add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'file add/edit' => {
|
||||
title => 'file add/edit title',
|
||||
body => 'file add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'metadata manage'=> {
|
||||
title => 'content profiling',
|
||||
body => 'metadata manage body',
|
||||
|
|
@ -78,6 +56,7 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
18
lib/WebGUI/Help/Redirect.pm
Normal file
18
lib/WebGUI/Help/Redirect.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::Redirect;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'redirect add/edit' => {
|
||||
title => 'redirect add/edit title',
|
||||
body => 'redirect add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue