move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
|
|
@ -1,29 +0,0 @@
|
|||
package WebGUI::Help::Thread;
|
||||
|
||||
our $HELP = {
|
||||
'thread template variables' => {
|
||||
title => 'thread template title',
|
||||
body => 'thread template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Post'
|
||||
},
|
||||
{
|
||||
tag => 'collaboration template labels',
|
||||
namespace => 'Collaboration'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue