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.
1 parent 523ebad commit 684f55eCopy full SHA for 684f55e
1 file changed
src/views/Settings/PolicyWorkbench/settings/confetti/index.ts
@@ -11,8 +11,8 @@ import type { PolicySettingDefinition } from '../../types'
11
export const confettiDefinition: PolicySettingDefinition<'confetti'> = {
12
key: 'confetti',
13
title: t('libresign', 'Confetti animation'),
14
+ context: t('libresign', 'UI effect'),
15
description: t('libresign', 'Control whether a celebratory animation is shown when someone signs a document.'),
- menuHint: t('libresign', 'Useful to validate the policy shell with a compact editor and simple value shape.'),
16
editor: ConfettiRuleEditor,
17
createEmptyValue: () => ({
18
enabled: true,
0 commit comments