individual help for macros
This commit is contained in:
parent
13dee87a18
commit
359dc92e0a
2 changed files with 40 additions and 0 deletions
18
lib/WebGUI/Help/u_companyUrl.pm
Normal file
18
lib/WebGUI/Help/u_companyUrl.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::u_companyUrl;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'company url' => {
|
||||
title => 'company url title',
|
||||
body => 'company url body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue