Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
16
lib/WebGUI/Help/Macro_GroupAdd.pm
Normal file
16
lib/WebGUI/Help/Macro_GroupAdd.pm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
package WebGUI::Help::Macro_GroupAdd;
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'group add' => {
|
||||
title => 'group add title',
|
||||
body => '',
|
||||
variables => [ { 'name' => 'group.url' }, { 'name' => 'group.text' } ],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue