Missed the GetSyndicatedContent docs last night, they've been added. Fixed a bad help topic name in ArchiveOldThreads.
23 lines
391 B
Perl
23 lines
391 B
Perl
package WebGUI::Help::Workflow_Activity_GetSyndicatedContent;
|
|
|
|
our $HELP = {
|
|
'get syndicated content' => {
|
|
title => 'activityName',
|
|
body => 'get syndicated content body',
|
|
isa => [
|
|
{
|
|
namespace => "Workflow_Activity",
|
|
tag => "add/edit workflow activity"
|
|
},
|
|
],
|
|
fields => [
|
|
],
|
|
variables => [
|
|
],
|
|
related => [
|
|
],
|
|
},
|
|
|
|
};
|
|
|
|
1; ##All perl modules must return true
|