17426: Add plugin ability to modify +New and account menu
[arvados-workbench2.git] / src / plugins.tsx
index 83593f23ff7fa8088424becfb0da8fbbc46abf11..3a58a8c2c9d4439b6ccfd387c80b41517a3859a2 100644 (file)
@@ -13,6 +13,9 @@ export const pluginConfig: PluginConfig = {
     appBarLeft: undefined,
     appBarMiddle: undefined,
     appBarRight: undefined,
+    accountMenuList: [],
+    enableNewButtonMatchers: [],
+    newButtonMenuList: []
 };
 
 // Starting here, import and register your Workbench 2 plugins. //