Adding help for Carousel wobject
This commit is contained in:
parent
5e10530e31
commit
e918f3ff7b
2 changed files with 59 additions and 0 deletions
29
lib/WebGUI/Help/Asset_Carousel.pm
Normal file
29
lib/WebGUI/Help/Asset_Carousel.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package WebGUI::Help::Asset_Carousel;
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'search template' => {
|
||||
title => 'carousel template help title',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables",
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'item_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'text' },
|
||||
{ 'name' => 'itemId'},
|
||||
{ 'name' => 'sequenceNumber'},
|
||||
],
|
||||
}
|
||||
],
|
||||
related => [],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
@ -44,6 +44,36 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q|Description of the item ID field, used as hover help.|
|
||||
},
|
||||
|
||||
'carousel template help title' => {
|
||||
message => q|Carousel Template Variables|,
|
||||
lastUpdated => 0,
|
||||
context => q|Title of a template help page.|
|
||||
},
|
||||
|
||||
'item_loop' => {
|
||||
message => q|A loop containing this carousel's items.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the item_loop tmpl_loop for the template help.|
|
||||
},
|
||||
|
||||
'itemId' => {
|
||||
message => q|This carousel item's id.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the itemId tmpl_var for the template help.|
|
||||
},
|
||||
|
||||
'text' => {
|
||||
message => q|This carousel item's text.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the text tmpl_var for the template help.|
|
||||
},
|
||||
|
||||
'sequenceNumber' => {
|
||||
message => q|This carousel item's sequenceNumber.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the sequenceNumber tmpl_var for the template help.|
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue