Final few Help topics have been pruned.
This commit is contained in:
parent
fda7cd51f2
commit
6e47b77e30
7 changed files with 14 additions and 811 deletions
|
|
@ -3,104 +3,9 @@ package WebGUI::Help::Asset;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'asset fields' => {
|
||||
title => 'asset fields title',
|
||||
body => 'asset fields body',
|
||||
fields => [
|
||||
{
|
||||
title => 'asset id',
|
||||
namespace => 'Asset',
|
||||
description => 'asset id description'
|
||||
},
|
||||
{ #title
|
||||
title => '99',
|
||||
description => '99 description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{ #menuTitle
|
||||
title => '411',
|
||||
description => '411 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{ #url
|
||||
title => '104',
|
||||
description => '104 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 3,
|
||||
},
|
||||
{ #isHidden
|
||||
title => '886',
|
||||
description => '886 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{ #newWindow
|
||||
title => '940',
|
||||
description => '940 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 9,
|
||||
},
|
||||
{
|
||||
title => 'encrypt page',
|
||||
description => 'encrypt page description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{ #ownerUserId
|
||||
title => '108',
|
||||
description => '108 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{ #groupIdView
|
||||
title => '872',
|
||||
description => '872 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{ #groupIdEdit
|
||||
title => '871',
|
||||
description => '871 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{ #synopsis
|
||||
title => '412',
|
||||
description => '412 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 3,
|
||||
},
|
||||
{
|
||||
title => 'extra head tags',
|
||||
description => 'extra head tags description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'make package',
|
||||
description => 'make package description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 7,
|
||||
},
|
||||
{
|
||||
title => 'make prototype',
|
||||
description => 'make prototype description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 9,
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'controls'
|
||||
}
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'asset template' => {
|
||||
title => 'asset template title',
|
||||
body => 'asset template body',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
name => 'controls',
|
||||
|
|
@ -114,7 +19,7 @@ our $HELP = {
|
|||
|
||||
'asset template asset variables' => {
|
||||
title => 'asset template asset var title',
|
||||
body => 'asset template asset var body',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
name => 'title',
|
||||
|
|
@ -168,314 +73,6 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'asset toolbar' => {
|
||||
title => 'asset toolbar title',
|
||||
body => 'asset toolbar body',
|
||||
fields => [
|
||||
{
|
||||
title => 'Delete',
|
||||
description => 'Delete help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'Edit',
|
||||
description => 'Edit help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'locked',
|
||||
description => 'locked help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'Cut',
|
||||
description => 'Cut help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'Copy',
|
||||
description => 'Copy help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 1,
|
||||
},
|
||||
{
|
||||
title => 'Create Shortcut',
|
||||
description => 'Create Shortcut help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'Class Icon',
|
||||
description => 'Class Icon help',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'lock',
|
||||
description => 'lock help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'change url',
|
||||
description => 'change url help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 9,
|
||||
},
|
||||
{
|
||||
title => 'Export',
|
||||
description => 'Export help',
|
||||
namespace => 'Icon',
|
||||
uiLevel => 9,
|
||||
},
|
||||
{
|
||||
title => 'edit branch',
|
||||
description => 'edit branch help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 9,
|
||||
},
|
||||
{
|
||||
title => 'promote',
|
||||
description => 'promote help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 3,
|
||||
},
|
||||
{
|
||||
title => 'demote',
|
||||
description => 'demote help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 3,
|
||||
},
|
||||
{
|
||||
title => 'manage',
|
||||
description => 'manage help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'revisions',
|
||||
description => 'revisions help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'view',
|
||||
description => 'view help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 1,
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'change url',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
tag => 'page export',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
tag => 'manage versions',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'edit branch' => {
|
||||
title => 'edit branch',
|
||||
body => 'edit branch body',
|
||||
fields => [
|
||||
{
|
||||
title => '104',
|
||||
description => 'edit branch url help',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 9,
|
||||
},
|
||||
{
|
||||
title => '886',
|
||||
description => '886 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{
|
||||
title => '940',
|
||||
description => '940 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{
|
||||
title => '174',
|
||||
description => '174 description',
|
||||
namespace => 'Asset_Wobject',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => '1073',
|
||||
description => '1073 description',
|
||||
namespace => 'Asset_Wobject',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => '1079',
|
||||
description => '1079 description',
|
||||
namespace => 'Asset_Wobject',
|
||||
uiLevel => 5,
|
||||
},
|
||||
{
|
||||
title => 'encrypt page',
|
||||
description => 'encrypt page description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{
|
||||
title => '108',
|
||||
description => '108 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{
|
||||
title => '872',
|
||||
description => '872 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{
|
||||
title => '871',
|
||||
description => '871 description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 6,
|
||||
},
|
||||
{
|
||||
title => 'extra head tags',
|
||||
description => 'extra head tags description',
|
||||
namespace => 'Asset',
|
||||
uiLevel => 5,
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'change url' => {
|
||||
title => 'change url',
|
||||
body => 'change url body',
|
||||
fields => [
|
||||
{
|
||||
title => '104',
|
||||
description => '104 description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'confirm change',
|
||||
description => 'confirm change url message',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'content prototypes' => {
|
||||
title => 'prototype using title',
|
||||
body => 'prototype using body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'page export' => {
|
||||
title => 'Page Export',
|
||||
body => 'Page Export body',
|
||||
fields => [
|
||||
{
|
||||
title => 'Depth',
|
||||
description => 'Depth description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'Export as user',
|
||||
description => 'Export as user description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'directory index',
|
||||
description => 'directory index description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'Extras URL',
|
||||
description => 'Extras URL description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'Uploads URL',
|
||||
description => 'Uploads URL description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'metadata manage'=> {
|
||||
title => 'content profiling',
|
||||
body => 'metadata manage body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'metadata edit property',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'metadata edit property' => {
|
||||
title => 'metadata edit property',
|
||||
body => 'metadata edit property body',
|
||||
fields => [
|
||||
{
|
||||
title => 'Field name',
|
||||
description => 'Field Name description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => '85',
|
||||
description => 'Metadata Description description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => '486',
|
||||
description => 'Data Type description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => '487',
|
||||
description => 'Possible Values description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage versions' => {
|
||||
title => 'committed versions',
|
||||
body => 'manage versions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -314,10 +314,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Asset_Post'
|
||||
|
|
|
|||
|
|
@ -1,94 +1,9 @@
|
|||
package WebGUI::Help::Asset_WSClient;
|
||||
|
||||
our $HELP = {
|
||||
'ws client add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '72',
|
||||
description => '72 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '13',
|
||||
description => '13 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '14',
|
||||
description => '14 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '2',
|
||||
description => '2 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '3',
|
||||
description => '3 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '4',
|
||||
description => '4 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '5',
|
||||
description => '5 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '16',
|
||||
description => '16 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '11',
|
||||
description => '11 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '9',
|
||||
description => '9 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '15',
|
||||
description => '15 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '28',
|
||||
description => '28 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
{
|
||||
title => '27',
|
||||
description => '27 description',
|
||||
namespace => 'Asset_WSClient',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'ws client template',
|
||||
namespace => 'Asset_WSClient'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'ws client template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => 'ws client asset template variables',
|
||||
|
|
@ -116,10 +31,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'ws client add/edit',
|
||||
namespace => 'Asset_WSClient'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
|
|
@ -130,7 +41,7 @@ our $HELP = {
|
|||
'ws client asset template variables' => {
|
||||
private => 1,
|
||||
title => 'ws client asset template variables title',
|
||||
body => 'ws client asset template variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
tag => "wobject template variables",
|
||||
|
|
|
|||
|
|
@ -1,110 +1,9 @@
|
|||
package WebGUI::Help::Asset_WikiMaster;
|
||||
|
||||
our $HELP = {
|
||||
'wiki master add/edit' => {
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'groupToEditPages label',
|
||||
description => 'groupToEditPages hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'groupToAdminister label',
|
||||
description => 'groupToAdminister hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'richEditor label',
|
||||
description => 'richEditor hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'frontPageTemplateId label',
|
||||
description => 'frontPageTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'pageTemplateId label',
|
||||
description => 'pageTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'pageHistoryTemplateId label',
|
||||
description => 'pageHistoryTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'mostPopularTemplateId label',
|
||||
description => 'mostPopularTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'recentChangesTemplateId label',
|
||||
description => 'recentChangesTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'searchTemplateId label',
|
||||
description => 'searchTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'pageEditTemplateId label',
|
||||
description => 'pageEditTemplateId hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'recentChangesCount label',
|
||||
description => 'recentChangesCount hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'recentChangesCountFront label',
|
||||
description => 'recentChangesCountFront hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'mostPopularCountFront label',
|
||||
description => 'mostPopularCountFront hoverHelp',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'approval workflow',
|
||||
description => 'approval workflow description',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'thumbnail size',
|
||||
description => 'thumbnail size help',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'max image size',
|
||||
description => 'max image size help',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'content filter',
|
||||
description => 'content filter description',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
{
|
||||
title => 'filter code',
|
||||
description => 'filter code description',
|
||||
namespace => 'Asset_WikiMaster',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'wiki master search box variables' => {
|
||||
title => 'search box variables title',
|
||||
body => 'search box variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -129,7 +28,7 @@ our $HELP = {
|
|||
|
||||
'wiki master recent changes variables' => {
|
||||
title => 'recent changes variables title',
|
||||
body => 'recent changes variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -182,7 +81,7 @@ our $HELP = {
|
|||
|
||||
'wiki master most popular variables' => {
|
||||
title => 'most popular variables title',
|
||||
body => 'most popular variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -208,7 +107,7 @@ our $HELP = {
|
|||
|
||||
'front page template' => {
|
||||
title => 'front page template title',
|
||||
body => 'front page template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_WikiMaster",
|
||||
|
|
@ -260,7 +159,7 @@ our $HELP = {
|
|||
'wiki master asset variables' => {
|
||||
private => 1,
|
||||
title => 'wiki master asset variables title',
|
||||
body => 'wiki master asset variables body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue