We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d9e856 + 15f5a59 commit 354a2f2Copy full SHA for 354a2f2
1 file changed
lib/Handler/TemplateVariables.php
@@ -72,7 +72,7 @@ private function initializeVariablesMetadata(): void {
72
],
73
'signers' => [
74
'type' => 'array',
75
- 'description' => $this->l10n->t('Array of signers with displayName and signed timestamp'),
+ 'description' => $this->l10n->t('Array of signers with "displayName" and "signed" timestamp'),
76
'example' => '[{"displayName": "John Doe", "signed": "2025-01-01T10:00:00Z"}]',
77
78
'uuid' => [
0 commit comments