updated DataForm template variables
This commit is contained in:
parent
5291ec7fe1
commit
ac552aeec3
2 changed files with 120 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
|
||||
'data form fields add/edit' => {
|
||||
title => '62',
|
||||
body => '72',
|
||||
|
|
@ -179,6 +180,10 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_DataForm",
|
||||
tag => "data form asset template variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
|
|
@ -211,6 +216,15 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'export.tab.label'
|
||||
},
|
||||
{
|
||||
'name' => 'delete.url'
|
||||
},
|
||||
{
|
||||
'name' => 'delete.label'
|
||||
},
|
||||
{
|
||||
'name' => 'javascript.confirmation.deleteOne',
|
||||
},
|
||||
{
|
||||
'name' => 'back.url'
|
||||
},
|
||||
|
|
@ -411,6 +425,10 @@ our $HELP = {
|
|||
title => '88',
|
||||
body => '89',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_DataForm",
|
||||
tag => "data form asset template variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
|
|
@ -546,6 +564,41 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
|
||||
'data form asset template variables' => {
|
||||
title => 'data form asset template variables title',
|
||||
body => 'data form asset template variables body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'templateId',
|
||||
},
|
||||
{
|
||||
'name' => 'emailTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'acknowlegementTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'listTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'acknowledgement',
|
||||
'description' => 'acknowledgement var desc',
|
||||
},
|
||||
{
|
||||
'name' => 'mailAttachments',
|
||||
},
|
||||
{
|
||||
'name' => 'groupToViewEntries',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue