Allow to disable hiring banner (#2902)

*  Add flag

*  Adjust interfaces

*  Adjust store module

*  Adjust frontend settings

*  Adjust frontend display
This commit is contained in:
Iván Ovejero
2022-03-04 17:53:01 +01:00
committed by GitHub
parent 3bc06ee5c0
commit 2ec711aeb5
6 changed files with 16 additions and 7 deletions

View File

@@ -596,7 +596,7 @@ export interface IN8nUISettings {
telemetry: ITelemetrySettings;
defaultLocale: string;
logLevel: ILogLevel;
deploymentType: string;
hiringBannerEnabled: boolean;
templates: {
enabled: boolean;
host: string;