document front page template for the Wiki
This commit is contained in:
parent
c3eaa14741
commit
bebd0e8859
2 changed files with 83 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'wiki master recent changes' => {
|
||||
'wiki master recent changes variables' => {
|
||||
title => 'recent changes variables title',
|
||||
body => 'recent changes variables body',
|
||||
isa => [
|
||||
|
|
@ -162,7 +162,7 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'wiki master most popular' => {
|
||||
'wiki master most popular variables' => {
|
||||
title => 'most popular variables title',
|
||||
body => 'most popular variables body',
|
||||
isa => [
|
||||
|
|
@ -188,6 +188,47 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'front page template' => {
|
||||
title => 'front page template title',
|
||||
body => 'front page template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_WikiMaster",
|
||||
tag => "wiki master most popular variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset_WikiMaster",
|
||||
tag => "wiki master recent changes variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset_WikiMaster",
|
||||
tag => "wiki master search box variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'searchLabel',
|
||||
'description' => 'searchLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularLabel',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesLabel',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue