document all WikiMaster asset variables
This commit is contained in:
parent
bebd0e8859
commit
84bee5c8b1
2 changed files with 157 additions and 4 deletions
|
|
@ -204,6 +204,10 @@ our $HELP = {
|
|||
namespace => "Asset_WikiMaster",
|
||||
tag => "wiki master search box variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset_WikiMaster",
|
||||
tag => "wiki master asset variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
|
|
@ -229,6 +233,79 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'wiki master asset variables' => {
|
||||
title => 'wiki master asset variables title',
|
||||
body => 'wiki master asset variables body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template"
|
||||
},
|
||||
{
|
||||
namespace => "Asset",
|
||||
tag => "asset template"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'groupToEditPages',
|
||||
},
|
||||
{
|
||||
'name' => 'groupToAdminister',
|
||||
},
|
||||
{
|
||||
'name' => 'richEditor',
|
||||
},
|
||||
{
|
||||
'name' => 'frontPageTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'pageTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'pageHistoryTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'searchTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesCount',
|
||||
'description' => 'recentChangesCount hoverHelp',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesCountFront',
|
||||
'description' => 'recentChangesCountFront hoverHelp',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularCount',
|
||||
'description' => 'mostPopularCount hoverHelp',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularCountFront',
|
||||
'description' => 'mostPopularCountFront hoverHelp',
|
||||
},
|
||||
{
|
||||
'name' => 'approvalWorkflow',
|
||||
},
|
||||
{
|
||||
'name' => 'thumbnailSize',
|
||||
},
|
||||
{
|
||||
'name' => 'maxImageSize',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue