Make the Redeem Subscription code template user selectable in the Subscription Asset.
Add Help, i18n for that template.
This commit is contained in:
parent
81c9d117e5
commit
47eb1998dd
5 changed files with 68 additions and 17 deletions
|
|
@ -4,8 +4,8 @@ use strict;
|
|||
|
||||
|
||||
our $HELP = {
|
||||
'template' => {
|
||||
|
||||
'template' => {
|
||||
title => 'subscription template',
|
||||
body => '',
|
||||
isa => [
|
||||
|
|
@ -32,6 +32,20 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'redeem subscription template' => {
|
||||
title => 'help redeem code template title',
|
||||
body => '',
|
||||
isa => [ ],
|
||||
fields => [ ],
|
||||
variables => [
|
||||
{ name => 'batchDescription' , required=>1},
|
||||
{ name => 'message' , required=>1 },
|
||||
{ name => 'codeForm' , required=>1 },
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue