Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
76
lib/WebGUI/Help/Asset_StoryTopic.pm
Normal file
76
lib/WebGUI/Help/Asset_StoryTopic.pm
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
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 => [
|
||||
{ name => 'standAlone' },
|
||||
{ name => 'story_loop',
|
||||
variables => [
|
||||
{ name => 'url' },
|
||||
{ name => 'title' },
|
||||
{ name => 'creationDate' },
|
||||
{ name => 'deleteIcon' },
|
||||
{ name => 'editIcon' },
|
||||
],
|
||||
},
|
||||
{ name => 'topStory' },
|
||||
{ name => 'topStoryDeleteIcon',
|
||||
description => 'deleteIcon', },
|
||||
{ name => 'topStoryEditIcon',
|
||||
description => 'editIcon', },
|
||||
{ name => 'topStoryTitle' },
|
||||
{ name => 'topStorySubtitle' },
|
||||
{ name => 'topStoryUrl' },
|
||||
{ name => 'topStoryCreationDate' },
|
||||
{ name => 'topStoryImageUrl' },
|
||||
{ name => 'topStoryImageCaption' },
|
||||
{ name => 'topStoryImageByline' },
|
||||
{ name => 'topStoryImageAlt' },
|
||||
{ name => 'topStoryImageTitle' },
|
||||
{ name => 'topStoryImageLink' },
|
||||
{ name => 'rssUrl' },
|
||||
{ name => 'atomUrl' },
|
||||
],
|
||||
related => [
|
||||
{
|
||||
namespace => 'Asset_Story',
|
||||
tag => 'view template',
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
'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