Add Help docs for the Admin Console template.
This commit is contained in:
parent
9e3ae7693c
commit
435be65aa4
2 changed files with 205 additions and 0 deletions
|
|
@ -11,6 +11,76 @@ our $HELP = {
|
|||
related => []
|
||||
},
|
||||
|
||||
'admin console' => {
|
||||
title => 'admin console template variables',
|
||||
body => '',
|
||||
variables => [
|
||||
{ name => 'formHeader' },
|
||||
{ name => 'application.workarea' },
|
||||
{ name => 'application.title' },
|
||||
{ name => 'application.icon' },
|
||||
{ name => 'application.canUse' },
|
||||
{ name => 'application.url' },
|
||||
{ name => 'application_loop',
|
||||
'variables' => [
|
||||
{ name => 'title',
|
||||
description => 'application.title',
|
||||
},
|
||||
{ name => 'url',
|
||||
description => 'application.url',
|
||||
},
|
||||
{ name => 'canUse',
|
||||
description => 'application.canUse',
|
||||
},
|
||||
{ name => 'icon',
|
||||
description => 'application.icon',
|
||||
},
|
||||
{ name => 'icon.small',
|
||||
description => 'application.icon.small',
|
||||
},
|
||||
],
|
||||
},
|
||||
{ name => 'backtosite.label' },
|
||||
{ name => 'backtosite.url' },
|
||||
{ name => 'toggle.on.label' },
|
||||
{ name => 'toggle.off.label' },
|
||||
{ name => 'console.title' },
|
||||
{ name => 'console.icon' },
|
||||
{ name => 'console.canUse' },
|
||||
{ name => 'console.url' },
|
||||
{ name => 'help.url' },
|
||||
{ name => 'submenu_loop',
|
||||
'variables' => [
|
||||
{ name => 'label',
|
||||
description => 'submenu.label',
|
||||
},
|
||||
{ name => 'url',
|
||||
description => 'submenu.url',
|
||||
},
|
||||
{ name => 'extras',
|
||||
description => 'submenu.extras',
|
||||
},
|
||||
],
|
||||
},
|
||||
{ name => 'versionTags',
|
||||
'variables' => [
|
||||
{ name => 'title',
|
||||
description => 'versionTags.title',
|
||||
},
|
||||
{ name => 'url',
|
||||
description => 'versionTags.url',
|
||||
},
|
||||
{ name => 'icon',
|
||||
description => 'versionTags.icon',
|
||||
},
|
||||
],
|
||||
},
|
||||
{ name => 'formFooter' },
|
||||
],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
'pagination template variables' => {
|
||||
title => '1085',
|
||||
body => '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue