From e0c05a475ebd94d33be5d33eb22be1aca754c973 Mon Sep 17 00:00:00 2001 From: Sharsie Date: Thu, 23 Dec 2021 10:16:28 +0100 Subject: [PATCH] Fix typo in configuration options Configuration options for toggling tutorials on or off and notifying about new releases contained a typo referencing "tutorial" key instead of "tutorials" and "notification.release" instead of "notification.releases" --- docs/developer-docs/latest/development/admin-customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/latest/development/admin-customization.md b/docs/developer-docs/latest/development/admin-customization.md index 62ca85fdf5..c4d259c01e 100644 --- a/docs/developer-docs/latest/development/admin-customization.md +++ b/docs/developer-docs/latest/development/admin-customization.md @@ -93,8 +93,8 @@ The `config` object accepts the following parameters: | `translations` | Object | [Extends the translations](#extending-translations) | | `menu` | Object | Accepts the `logo` key to change the [logo](#logos) in the main navigation | | `theme` | Object | Overrides or [extends the theme](#theme-extension) | -| `tutorial` | Boolean | Toggles [displaying the video tutorials](#tutorial-videos) | -| `notifications` | Object | Accepts the `release` key (Boolean) to toggle [displaying notifications about new releases](#releases-notifications) | +| `tutorials` | Boolean | Toggles [displaying the video tutorials](#tutorial-videos) | +| `notifications` | Object | Accepts the `releases` key (Boolean) to toggle [displaying notifications about new releases](#releases-notifications) | ::: details Example of a custom configuration for the admin panel: