Skip to content

Commit 405043d

Browse files
committed
refactor(policy-workbench): add context to signature stamp definition
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0600e90 commit 405043d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/views/Settings/PolicyWorkbench/settings/signature-stamp

src/views/Settings/PolicyWorkbench/settings/signature-stamp/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import type { PolicySettingDefinition } from '../../types'
1111
export const signatureStampDefinition: PolicySettingDefinition<'signature_stamp'> = {
1212
key: 'signature_stamp',
1313
title: t('libresign', 'Signature stamp'),
14+
context: t('libresign', 'Template and rendering'),
1415
description: t('libresign', 'Manage the visible signature block, template and dimensions with a richer policy model.'),
15-
menuHint: t('libresign', 'Complex policy example with dimensions, render modes, template text, and background behavior.'),
1616
editor: SignatureStampRuleEditor,
1717
createEmptyValue: () => ({
1818
enabled: true,

0 commit comments

Comments
 (0)