Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
30
lib/WebGUI/Help/Asset_Shortcut.pm
Normal file
30
lib/WebGUI/Help/Asset_Shortcut.pm
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
package WebGUI::Help::Asset_Shortcut;
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'shortcut template' => {
|
||||
title => 'shortcut template title',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
{ namespace => "Asset",
|
||||
tag => "asset template"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'shortcut.content' },
|
||||
{ 'name' => 'originalURL' },
|
||||
{ 'name' => 'isShortcut' },
|
||||
{ 'name' => 'shortcut.label' },
|
||||
{ 'name' => 'shortcut.properties' }
|
||||
],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue