fix: Event help file now passes all tests
This commit is contained in:
parent
0ec7bb7a71
commit
9c6ca80302
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ our $HELP = {
|
|||
'name' => 'formGroupToView',
|
||||
},
|
||||
{
|
||||
'name' => 'formAttachements',
|
||||
'name' => 'formAttachments',
|
||||
},
|
||||
{
|
||||
'name' => 'formStartDate',
|
||||
|
|
@ -251,8 +251,8 @@ our $HELP = {
|
|||
'name' => 'attachment_loop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'url'
|
||||
'description' => 'attachment_url'
|
||||
'name' => 'url',
|
||||
'description' => 'attachment_url',
|
||||
},
|
||||
{
|
||||
'name' => 'icon'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue