moved Asset/Snippet help into its own files
This commit is contained in:
parent
0728c5375d
commit
fa532301da
5 changed files with 49 additions and 35 deletions
|
|
@ -20,17 +20,6 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'snippet add/edit' => {
|
||||
title => 'snippet add/edit title',
|
||||
body => 'snippet add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'redirect add/edit' => {
|
||||
title => 'redirect add/edit title',
|
||||
body => 'redirect add/edit body',
|
||||
|
|
|
|||
18
lib/WebGUI/Help/Snippet.pm
Normal file
18
lib/WebGUI/Help/Snippet.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::Snippet;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'snippet add/edit' => {
|
||||
title => 'snippet add/edit title',
|
||||
body => 'snippet add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue