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
|
|
@ -0,0 +1,17 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_GetSyndicatedContent;
|
||||
|
||||
our $I18N = {
|
||||
'activityName' => {
|
||||
message => q|Get Syndicated Content|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'get syndicated content body' => {
|
||||
message => q|<p>This workflow activity will pre-fetch syndicated content URLs to that the Syndicated Content Assets can serve pages more quickly.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue