Skip to content

Commit

Permalink
Docs: Add DismissText key to configuration.md (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox authored Jul 24, 2024
1 parent 166c042 commit 0725fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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". |
Expand Down

0 comments on commit 0725fcc

Please sign in to comment.