placed Asset/File/Image help into its own files
This commit is contained in:
parent
cadcac19ca
commit
0728c5375d
5 changed files with 79 additions and 67 deletions
22
lib/WebGUI/Help/Image.pm
Normal file
22
lib/WebGUI/Help/Image.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::Help::Image;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'image add/edit' => {
|
||||
title => 'image add/edit title',
|
||||
body => 'image add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'File'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue