webgui/lib/WebGUI/Help/Workflow_Activity_ArchiveOldThreads.pm
Colin Kuskie 78db101163 Automated related docs for installed and configured Workflow Activities.
Missed the GetSyndicatedContent docs last night, they've been added.
Fixed a bad help topic name in ArchiveOldThreads.
2006-07-02 20:45:53 +00:00

23 lines
382 B
Perl

package WebGUI::Help::Workflow_Activity_ArchiveOldThreads;
our $HELP = {
'archive old threads' => {
title => 'activityName',
body => 'archive old threads body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true