General updates for flows 09/11009/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 27 Apr 2023 14:36:19 +0000 (16:36 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 27 Apr 2023 14:36:23 +0000 (16:36 +0200)
- configure inti settings for admin user

Issue-ID: OAM-333
Change-Id: I7fc206ca2fde8cab81abea2eb6240f45e45595d1
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/apps/flows/data/.config.users.json

index 708a6c1..db0a3ed 100644 (file)
             }
         },
         "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