mirror of https://github.com/Lissy93/dashy.git
📝 Adds item.provider to config
This commit is contained in:
parent
96021f7641
commit
490e8ed999
|
@ -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)**
|
||||
|
||||
|
|
Loading…
Reference in New Issue