Skeletal help for StoryTopic.
This commit is contained in:
parent
abaccb18e0
commit
5ae32f8cb4
1 changed files with 44 additions and 0 deletions
44
lib/WebGUI/Help/Asset_StoryTopic.pm
Normal file
44
lib/WebGUI/Help/Asset_StoryTopic.pm
Normal file
|
|
@ -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;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue