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