added missing docs for new workflow activity
This commit is contained in:
parent
c3a2e71cd1
commit
a7f5942e56
2 changed files with 30 additions and 1 deletions
23
lib/WebGUI/Help/Workflow_Activity_DeleteExportedFiles.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_DeleteExportedFiles.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_DeleteExportedFiles;
|
||||
|
||||
our $HELP = {
|
||||
'delete exported files' => {
|
||||
title => 'activityName',
|
||||
body => 'delete exported files body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -4,8 +4,14 @@ our $I18N = {
|
|||
'activityName' => {
|
||||
message => q|Delete Exported Files|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 1162238122,
|
||||
lastUpdated => 1162839802,
|
||||
},
|
||||
|
||||
'delete exported files body' => {
|
||||
message => q|<p>Deletes an asset's exported files.</p>|,
|
||||
lastUpdated => 1162839804,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue