From a6b08b1b9c3e76884fa973f5e01d52df6490724c Mon Sep 17 00:00:00 2001 From: HichamELBSI Date: Fri, 16 Oct 2020 10:48:27 +0200 Subject: [PATCH] Add STRAPI_UPDATE_NOTIF in config doc. Signed-off-by: HichamELBSI --- docs/v3.x/admin-panel/customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v3.x/admin-panel/customization.md b/docs/v3.x/admin-panel/customization.md index 936182b721..8a802497cb 100644 --- a/docs/v3.x/admin-panel/customization.md +++ b/docs/v3.x/admin-panel/customization.md @@ -137,6 +137,7 @@ Add the following configuration: export const LOGIN_LOGO = null; export const SHOW_TUTORIALS = false; export const SETTINGS_BASE_URL = '/settings'; +export const STRAPI_UPDATE_NOTIF = true; ``` ### Changing the host and port