Help docs, big batch 2
This commit is contained in:
parent
5de311d6f3
commit
5739575d0d
12 changed files with 238 additions and 2 deletions
33
lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm
Normal file
33
lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package WebGUI::Help::Workflow_Activity_DecayKarma;
|
||||
|
||||
our $HELP = {
|
||||
'decay karma' => {
|
||||
title => 'topicName',
|
||||
body => 'decay karma body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'minimum karma',
|
||||
description => 'minimum karma help',
|
||||
namespace => 'Workflow_Activity_DecayKarma',
|
||||
},
|
||||
{
|
||||
title => 'decay factor',
|
||||
description => 'decay factor help',
|
||||
namespace => 'Workflow_Activity_DecayKarma',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue