Support of WG4 OpenFronthaul Management-Plane VES

- update flow configuration for eays enabling
  and disabling of flow-nodes.

Issue-ID: OAM-326
Change-Id: If2b14d19a7a0b51c8e26fe9bfdc0abf6f000d076
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
diff --git a/solution/smo/apps/flows/data/.config.users.json b/solution/smo/apps/flows/data/.config.users.json
index bbed7a1..708a6c1 100644
--- a/solution/smo/apps/flows/data/.config.users.json
+++ b/solution/smo/apps/flows/data/.config.users.json
@@ -14,7 +14,18 @@
             },
             "tours": {
                 "welcome": "3.0.2"
+            },
+            "keymap": {
+                "core:enable-selected-nodes": {
+                    "scope": "*",
+                    "key": "ctrl-alt-e"
+                },
+                "core:disable-selected-nodes": {
+                    "scope": "*",
+                    "key": "ctrl-alt-d"
+                }
             }
-        }
+        },
+        "menu-menu-item-sidebar": true
     }
 }
\ No newline at end of file