make the user invite email templatable
This commit is contained in:
parent
9248570f79
commit
8ced11c8ab
7 changed files with 76 additions and 4 deletions
|
|
@ -49,6 +49,23 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'invite email template' => {
|
||||
title => 'invite email template title',
|
||||
body => 'invite email template body',
|
||||
variables => [
|
||||
{
|
||||
name => 'inviteFormError',
|
||||
},
|
||||
{
|
||||
name => 'formHeader',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue