From 490e8ed9991a9d21ebcf22f9e324361b2e4af1a4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 22 Aug 2021 17:55:29 +0100 Subject: [PATCH] :memo: Adds item.provider to config --- docs/configuring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuring.md b/docs/configuring.md index 46d0496f..ca7add0e 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -156,6 +156,7 @@ For more info, see the **[Authentication Docs](/docs/authentication.md)** **`statusCheckHeaders`** | `object` | _Optional_ | If you're endpoint requires any specific headers for the status checking, then define them here **`color`** | `string` | _Optional_ | An optional color for the text and font-awesome icon to be displayed in. Note that this will override the current theme and so may not display well **`backgroundColor`** | `string` | _Optional_ | An optional background fill color for the that given item. Again, this will override the current theme and so might not display well against the background +**`provider`** | `string` | _Optional_ | The name of the provider for a given service, useful for when including hosted apps. In some themes, this is visible under the item name **[⬆️ Back to Top](#configuring)**