mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
logo config reference (#123)
This commit is contained in:
committed by
Denys Vuika
parent
6e2fc43dc3
commit
17ae9af1fe
@@ -2,9 +2,8 @@
|
||||
"ecmHost": "http://{hostname}{:port}",
|
||||
"application": {
|
||||
"name": "Alfresco Example Content Application",
|
||||
"build": "1234"
|
||||
"logo": "/assets/images/alfresco-logo-white.svg"
|
||||
},
|
||||
"logo": "/assets/images/alfresco-logo-white.svg",
|
||||
"headerColor": "#2196F3",
|
||||
"languagePicker": false,
|
||||
"document-list": {
|
||||
|
@@ -39,7 +39,7 @@ export class HeaderComponent {
|
||||
}
|
||||
|
||||
get logo() {
|
||||
return this.appConfig.get('logo', this.defaultPath);
|
||||
return this.appConfig.get('application.logo', this.defaultPath);
|
||||
}
|
||||
|
||||
get backgroundColor() {
|
||||
|
Reference in New Issue
Block a user