Fix missing Help docs in the Matrix.
This commit is contained in:
parent
132a48312a
commit
23785a7707
2 changed files with 9 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ our $HELP = {
|
|||
{ 'name' => 'productName' },
|
||||
{ 'name' => 'productUrl' },
|
||||
{ 'name' => 'productUrl_click' },
|
||||
{ 'name' => 'manufacturerName' },
|
||||
{ 'name' => 'manufacturerName',
|
||||
description => 'manufacturerName description'
|
||||
},
|
||||
{ 'name' => 'manufacturerUrl' },
|
||||
{ 'name' => 'manufacturerUrl_click' },
|
||||
{ 'name' => 'version' },
|
||||
|
|
|
|||
|
|
@ -749,6 +749,12 @@ selectBox.</p>|
|
|||
lastUpdated => 0,
|
||||
message => q|Hide/show stickied|,
|
||||
},
|
||||
|
||||
'matrix asset template variables title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Matrix Asset Template Variables|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue