placed Asset/File help into its own set of files
This commit is contained in:
parent
5ebc401d6f
commit
cb948913c8
5 changed files with 67 additions and 42 deletions
|
|
@ -1,12 +1,6 @@
|
|||
package WebGUI::Help::Asset;
|
||||
|
||||
our $HELP = {
|
||||
'asset fields' => {
|
||||
title => 'asset fields title',
|
||||
body => 'asset fields body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'asset macros' => {
|
||||
title => 'asset macros title',
|
||||
|
|
@ -19,6 +13,13 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'asset fields' => {
|
||||
title => 'asset fields title',
|
||||
body => 'asset fields body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'snippet add/edit' => {
|
||||
title => 'snippet add/edit title',
|
||||
body => 'snippet add/edit body',
|
||||
|
|
|
|||
18
lib/WebGUI/Help/File.pm
Normal file
18
lib/WebGUI/Help/File.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::File;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'file add/edit' => {
|
||||
title => 'file add/edit title',
|
||||
body => 'file add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue