📝 Adds docs for pageInfo.logo attribute

This commit is contained in:
Alicia Sykes
2021-07-26 20:50:53 +01:00
parent ef6b6bb757
commit 644739028f
2 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ To disallow any changes from being written to disk via the UI config editor, set
**`description`** | `string` | _Optional_ | Description of your dashboard, also displayed as a subtitle
**`navLinks`** | `array` | _Optional_ | Optional list of a maximum of 6 links, which will be displayed in the navigation bar. See [`navLinks`](#pageinfonavlinks-optional)
**`footerText`** | `string` | _Optional_ | Text to display in the footer (note that this will override the default footer content). This can also include HTML and inline CSS
**`logo`** | `string` | _Optional_ | The path to an image to display in the header (to the right of the title). This can be either local, where `/` is the root of `./public`, or any remote image, such as `https://i.ibb.co/yhbt6CY/dashy.png`. It's recommended to scale your image down, so that it doesn't impact load times
**[⬆️ Back to Top](#configuring)**