Enables the user to add raw HTML and inline CSS into the footer, Re: #28

This commit is contained in:
Alicia Sykes
2021-06-12 12:27:21 +01:00
parent 866f23d6ba
commit 6476afbfa0
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ All fields are optional, unless otherwise stated.
**`title`** | `string` | Required | Your dashboard title, displayed in the header and browser tab
**`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)
**`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
#### `pageInfo.navLinks` _(optional)_