⚡ Allow to disable hiring banner (#2902)
* ✨ Add flag * ⚡ Adjust interfaces * ⚡ Adjust store module * ⚡ Adjust frontend settings * ⚡ Adjust frontend display
This commit is contained in:
@@ -412,7 +412,7 @@ export interface IN8nUISettings {
|
||||
personalizationSurvey: IPersonalizationSurvey;
|
||||
defaultLocale: string;
|
||||
logLevel: 'info' | 'debug' | 'warn' | 'error' | 'verbose';
|
||||
deploymentType: string;
|
||||
hiringBannerEnabled: boolean;
|
||||
templates: {
|
||||
enabled: boolean;
|
||||
host: string;
|
||||
|
||||
@@ -286,7 +286,7 @@ class App {
|
||||
},
|
||||
defaultLocale: config.get('defaultLocale'),
|
||||
logLevel: config.get('logs.level'),
|
||||
deploymentType: config.get('deployment.type'),
|
||||
hiringBannerEnabled: config.get('hiringBanner.enabled'),
|
||||
templates: {
|
||||
enabled: config.get('templates.enabled'),
|
||||
host: config.get('templates.host'),
|
||||
|
||||
Reference in New Issue
Block a user