beginning of overall workflow documentation
This commit is contained in:
parent
5ddc168659
commit
6721913320
3 changed files with 25 additions and 1 deletions
15
lib/WebGUI/Help/Workflow.pm
Normal file
15
lib/WebGUI/Help/Workflow.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package WebGUI::Help::Workflow;
|
||||
|
||||
our $HELP = {
|
||||
'manage workflows' => {
|
||||
title => 'manage workflows',
|
||||
body => 'manage workflow help body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue