move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
41
lib/WebGUI/Help/Asset_Layout.pm
Normal file
41
lib/WebGUI/Help/Asset_Layout.pm
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
package WebGUI::Help::Asset_Layout;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'layout add/edit' => {
|
||||
title => 'layout add/edit title',
|
||||
body => 'layout add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'wobject add/edit',
|
||||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'layout template',
|
||||
namespace => 'Asset_Layout'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'layout template' => {
|
||||
title => 'layout template title',
|
||||
body => 'layout template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'layout add/edit',
|
||||
namespace => 'Asset_Layout'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue