From 5ae32f8cb4406352a4cd4f2c11084a219cd8c88f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 19 Mar 2009 04:07:27 +0000 Subject: [PATCH] Skeletal help for StoryTopic. --- lib/WebGUI/Help/Asset_StoryTopic.pm | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 lib/WebGUI/Help/Asset_StoryTopic.pm diff --git a/lib/WebGUI/Help/Asset_StoryTopic.pm b/lib/WebGUI/Help/Asset_StoryTopic.pm new file mode 100644 index 000000000..a79e04ec4 --- /dev/null +++ b/lib/WebGUI/Help/Asset_StoryTopic.pm @@ -0,0 +1,44 @@ +package WebGUI::Help::Asset_StoryTopic; +use strict; + +our $HELP = { + + 'view template' => { + title => 'view template', + body => '', + isa => [ + { namespace => "Asset_StoryTopic", + tag => "storytopic asset template variables" + }, + { namespace => "Asset_Template", + tag => "template variables" + }, + { namespace => "Asset", + tag => "asset template" + }, + ], + fields => [], + variables => [ + ], + related => [] + }, + + 'storytopic asset template variables' => { + private => 1, + title => 'storytopic asset template variables title', + body => '', + isa => [ + { namespace => "Asset_Wobject", + tag => "wobject template variables" + }, + ], + fields => [], + variables => [ + ], + related => [] + }, + + +}; + +1;