mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
deprecate "headerColor" customisation
This commit is contained in:
@@ -41,7 +41,6 @@ import { EffectsModule } from '@ngrx/effects';
|
||||
|
||||
export const INITIAL_APP_STATE: AppState = {
|
||||
appName: 'Alfresco Content Application',
|
||||
headerColor: '#ffffff',
|
||||
logoPath: 'assets/images/alfresco-logo-white.svg',
|
||||
customCssPath: '',
|
||||
webFontPath: '',
|
||||
|
@@ -224,7 +224,6 @@ export class AppService implements OnDestroy {
|
||||
const state: AppState = {
|
||||
...this.initialAppState,
|
||||
appName: this.config.get<string>('application.name'),
|
||||
headerColor: this.config.get<string>('headerColor'),
|
||||
logoPath: this.config.get<string>('application.logo'),
|
||||
customCssPath: this.config.get<string>('customCssPath'),
|
||||
webFontPath: this.config.get<string>('webFontPath'),
|
||||
|
@@ -43,7 +43,6 @@ import { CommonModule } from '@angular/common';
|
||||
export const initialState = {
|
||||
app: {
|
||||
appName: 'Alfresco Content Application',
|
||||
headerColor: '#ffffff',
|
||||
logoPath: 'assets/images/alfresco-logo-white.svg',
|
||||
sharedUrl: '',
|
||||
user: {
|
||||
|
Reference in New Issue
Block a user