From a5ce85b2a9a3dccab38717f9c64e2e305eab3f7e Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Wed, 24 Jul 2024 14:46:30 -0400 Subject: [PATCH] Docs: Add DismissText key to configuration.md --- docs/deployment/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index d881ad376..27e91d7b7 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -39,6 +39,7 @@ also known as mobileconfig files, which are in an Apple-specific XML format. | MoreInfoURL | String | The URL to open when the user clicks "More Info..." when opening Santa.app. If unset, the button will not be displayed. | | EventDetailURL | String | See the [EventDetailURL](#eventdetailurl) section below. | | EventDetailText | String | Related to the above property, this string represents the text to show on the button. | +| DismissText | String | The text to display on the button that dismisses the binary block dialog. The default text is "Dismiss". | | UnknownBlockMessage | String | In Lockdown mode this is the message shown to the user when an unknown binary is blocked. If this message is not configured a reasonable default is provided. | | BannedBlockMessage | String | This is the message shown to the user when a binary is blocked because of a rule if that rule doesn't provide a custom message. If this is not configured a reasonable default is provided. | | ModeNotificationMonitor | String | The notification text to display when the client goes into Monitor mode. Defaults to "Switching into Monitor mode". |