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.
This commit is contained in:
parent
e3f65811bb
commit
78db101163
4 changed files with 63 additions and 3 deletions
23
lib/WebGUI/Help/Workflow_Activity_GetSyndicatedContent.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_GetSyndicatedContent.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue