adding RandomThread macro thanks to Wouter Vijvers
This commit is contained in:
parent
ff6fa1c893
commit
440ca63333
6 changed files with 245 additions and 0 deletions
31
lib/WebGUI/Help/Macro_RandomThread.pm
Normal file
31
lib/WebGUI/Help/Macro_RandomThread.pm
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
package WebGUI::Help::Macro_RandomThread;
|
||||
|
||||
our $HELP = {
|
||||
'random thread' => {
|
||||
title => 'random thread title',
|
||||
body => 'random thread body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
{
|
||||
tag => 'macros list',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
{
|
||||
tag => 'random asset proxy',
|
||||
namespace => 'Macro_RandomAssetProxy'
|
||||
},
|
||||
{
|
||||
tag => 'collaboration post list template variables',
|
||||
namespace => 'Asset_Collaboration'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue