logo config reference (#123)

This commit is contained in:
Cilibiu Bogdan
2017-12-08 10:27:00 +02:00
committed by Denys Vuika
parent 6e2fc43dc3
commit 17ae9af1fe
2 changed files with 2 additions and 3 deletions

View File

@@ -2,9 +2,8 @@
"ecmHost": "http://{hostname}{:port}", "ecmHost": "http://{hostname}{:port}",
"application": { "application": {
"name": "Alfresco Example Content Application", "name": "Alfresco Example Content Application",
"build": "1234" "logo": "/assets/images/alfresco-logo-white.svg"
}, },
"logo": "/assets/images/alfresco-logo-white.svg",
"headerColor": "#2196F3", "headerColor": "#2196F3",
"languagePicker": false, "languagePicker": false,
"document-list": { "document-list": {

View File

@@ -39,7 +39,7 @@ export class HeaderComponent {
} }
get logo() { get logo() {
return this.appConfig.get('logo', this.defaultPath); return this.appConfig.get('application.logo', this.defaultPath);
} }
get backgroundColor() { get backgroundColor() {