Missed the Help docs on last commit

Add basic (like, really, really basic docs) on cleaning file and database caches,
caching EMS prereqs.
This commit is contained in:
Colin Kuskie 2006-07-01 21:52:00 +00:00
parent 38bcbbc406
commit 9eacbed903
7 changed files with 129 additions and 0 deletions

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_CleanFileCache;
our $HELP = {
'clean file cache' => {
title => 'topicName',
body => 'clean file cache body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'size limit',
description => 'size limit help',
namespace => 'Workflow_Activity_CleanFileCache',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true