From 2b2718ad8e693e8f0fac3510f4ec8e935544b2ca Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 2 Jul 2019 19:59:59 +0200 Subject: [PATCH] Comments for UI options. --- src/Squidex/appsettings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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": {