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}",
|
"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": {
|
||||||
|
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user