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