Add a feature toggle for custom branding (#51168)

This commit is contained in:
Tania
2022-06-22 17:05:52 +02:00
committed by GitHub
parent 4d2c293575
commit 405df77e3e
3 changed files with 10 additions and 0 deletions

View File

@@ -63,4 +63,5 @@ export interface FeatureToggles {
dataConnectionsConsole?: boolean;
internationalization?: boolean;
topnav?: boolean;
customBranding?: boolean;
}