From f4709195c6c9972cfbaee696519294a678cfaa29 Mon Sep 17 00:00:00 2001 From: Alejandro Pinar Ruiz Date: Thu, 2 Jun 2022 12:49:42 +0200 Subject: [PATCH] Add displayData to section.item --- docs/configuring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuring.md b/docs/configuring.md index 835ba8f9..71800ad2 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -224,6 +224,7 @@ For more info, see the **[Authentication Docs](/docs/authentication.md)** **`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 +**`displayData`** | `object` | _Optional_ | Meta-data to optionally overide display settings for a given item. See [`displayData`](#itemdisplaydata-optional) **[⬆️ Back to Top](#configuring)**