19177: Hides 'Sharing URLs' tab from Sharing dialog when configured to do so.
[arvados-workbench2.git] / src / common / config.ts
index 2518c95eda2e799a9156388f8f4d6f46a628203b..2954d70493b31676663cd00586583f4966f06d0a 100644 (file)
@@ -50,6 +50,7 @@ export interface ClusterConfigJSON {
         }
     };
     Workbench: {
+        DisableSharingURLsUI: boolean;
         ArvadosDocsite: string;
         FileViewersConfigURL: string;
         WelcomePageHTML: string;
@@ -233,6 +234,7 @@ export const mockClusterConfigJSON = (config: Partial<ClusterConfigJSON>): Clust
         WebShell: { ExternalURL: "" },
     },
     Workbench: {
+        DisableSharingURLsUI: false,
         ArvadosDocsite: "",
         FileViewersConfigURL: "",
         WelcomePageHTML: "",