From 0e74c25287224892e4744c1284888cc9821047c2 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Thu, 27 Apr 2023 16:36:19 +0200 Subject: [PATCH] General updates for flows - configure inti settings for admin user Issue-ID: OAM-333 Change-Id: I7fc206ca2fde8cab81abea2eb6240f45e45595d1 Signed-off-by: Martin Skorupski --- solution/smo/apps/flows/data/.config.users.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/solution/smo/apps/flows/data/.config.users.json b/solution/smo/apps/flows/data/.config.users.json index 708a6c1..db0a3ed 100644 --- a/solution/smo/apps/flows/data/.config.users.json +++ b/solution/smo/apps/flows/data/.config.users.json @@ -27,5 +27,23 @@ } }, "menu-menu-item-sidebar": true + }, + "admin": { + "editor": { + "view": { + "view-store-zoom": false, + "view-store-position": false, + "view-show-grid": true, + "view-snap-grid": true, + "view-grid-size": 20, + "view-node-status": true, + "view-node-show-label": true, + "view-show-tips": true, + "view-show-welcome-tours": true + }, + "tours": { + "welcome": "3.0.2" + } + } } } \ No newline at end of file -- 2.16.6