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',
|
title => 'recent changes variables title',
|
||||||
body => 'recent changes variables body',
|
body => 'recent changes variables body',
|
||||||
isa => [
|
isa => [
|
||||||
|
|
@ -162,7 +162,7 @@ our $HELP = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
'wiki master most popular' => {
|
'wiki master most popular variables' => {
|
||||||
title => 'most popular variables title',
|
title => 'most popular variables title',
|
||||||
body => 'most popular variables body',
|
body => 'most popular variables body',
|
||||||
isa => [
|
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;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -229,6 +229,46 @@ our $I18N =
|
||||||
lastUpdated => 1165790228,
|
lastUpdated => 1165790228,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'front page template title' => {
|
||||||
|
message => q|Wiki, Front Page Template|,
|
||||||
|
lastUpdated => 1165790228,
|
||||||
|
},
|
||||||
|
|
||||||
|
'front page template body' => {
|
||||||
|
message => q|<p>This template is main Wiki template, and is what most users will see when they view a Wiki asset.</p>|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
|
'description' => {
|
||||||
|
message => q|The description for this Wiki, with any recognized titles or urls from pages in this Wiki automatically converted to links to those pages.|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
|
'searchLabel variable' => {
|
||||||
|
message => q|The description for this Wiki, with any recognized titles or urls from pages in this Wiki automatically converted to links to those pages.|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
|
'mostPopularUrl' => {
|
||||||
|
message => q|A URL to take the user to the screen where the most popular Wiki pages are listed.|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
|
'mostPopularLabel' => {
|
||||||
|
message => q|An internationalized label to go with mostPopularUrl.|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
|
'recentChangesUrl' => {
|
||||||
|
message => q|A URL to take the user to the screen where all changes to the the pages in this Wiki are listed.|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
|
'recentChangesLabel' => {
|
||||||
|
message => q|An internationalized label to go with recentChangesUrl.|,
|
||||||
|
lastUpdated => 1165812138,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue