diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json index 399cee8f7..cf54d3a50 100644 --- a/src/Squidex/appsettings.json +++ b/src/Squidex/appsettings.json @@ -70,7 +70,15 @@ /* * Redirect to login automatically. */ - "redirectTopLogin": false + "redirectTopLogin": false, + /* + * Hide the news dialog. + */ + "hideNews": false, + /* + * Hide all onboarding tooltips and dialogs. + */ + "hideOnboarding": false }, "email": {