From c715fbf5740d13e6f6f940e9c7fc44fa0d326fc5 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Tue, 27 Apr 2021 14:30:53 -0600 Subject: [PATCH] created external notification plugin setting page --- .../settings/external-notification-plugin.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 website/docs/settings/external-notification-plugin.md diff --git a/website/docs/settings/external-notification-plugin.md b/website/docs/settings/external-notification-plugin.md new file mode 100644 index 00000000..844efcea --- /dev/null +++ b/website/docs/settings/external-notification-plugin.md @@ -0,0 +1,22 @@ +--- +id: external-notification-plugin +title: External Notification Plugin Settings +sidebar_label: External Notification Plugin +--- + +## Overview + + + +## Settings + +| Setting | Acceptable Values | Default | Description | +| :-----: | :---------------: | :-----: | :---------: | +| ext_notification_plugin_enabled | `true`, `false` | `false` | Enables the plugin. | +| ext_notification_plugin_active | `true`, `false` | `false` | TODO | +| ext_notification_plugin_alert_bell | `true`, `false` | `false` | TODO | +| ext_notification_plugin_alert_message | `true`, `false` | `false` | TODO | +| ext_notification_plugin_output | `integer` | `0` | TODO | +| ext_notification_plugin_output_ms | `integer` | `0` | TODO | + +## Details