edit page help for WikiPage
This commit is contained in:
parent
ab39fa780b
commit
c6cde71f28
2 changed files with 156 additions and 0 deletions
69
lib/WebGUI/Help/Asset_WikiPage.pm
Normal file
69
lib/WebGUI/Help/Asset_WikiPage.pm
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
package WebGUI::Help::Asset_WikiPage;
|
||||
|
||||
our $HELP = {
|
||||
'wiki page add/edit' => {
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
name => 'title',
|
||||
},
|
||||
{
|
||||
name => 'formHeader',
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => 'formTitle',
|
||||
},
|
||||
{
|
||||
name => 'titleLabel',
|
||||
description => 'titleLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'formContent',
|
||||
},
|
||||
{
|
||||
name => 'contentLabel',
|
||||
description => 'contentLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'formProtect',
|
||||
},
|
||||
{
|
||||
name => 'protectQuestionLabel',
|
||||
description => 'protectQuestionLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'formSubmit',
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => 'formFooter',
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => 'isNew',
|
||||
},
|
||||
{
|
||||
name => 'canAdminister',
|
||||
},
|
||||
{
|
||||
name => 'isProtected',
|
||||
},
|
||||
{
|
||||
name => 'deleteLabel',
|
||||
description => 'deleteLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'deleteUrl',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue