mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[AAE-6808] Fix for loading external font (#2461)
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
"headerColor": "#ffffff",
|
"headerColor": "#ffffff",
|
||||||
"headerTextColor": "#000000",
|
"headerTextColor": "#000000",
|
||||||
"customCssPath": "",
|
"customCssPath": "",
|
||||||
|
"webFontPath": "",
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"size": 25,
|
"size": 25,
|
||||||
"supportedPageSizes": [25, 50, 100]
|
"supportedPageSizes": [25, 50, 100]
|
||||||
|
@@ -170,6 +170,7 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||||||
logoPath: this.config.get<string>('application.logo'),
|
logoPath: this.config.get<string>('application.logo'),
|
||||||
headerImagePath: this.config.get<string>('application.headerImagePath'),
|
headerImagePath: this.config.get<string>('application.headerImagePath'),
|
||||||
customCssPath: this.config.get<string>('customCssPath'),
|
customCssPath: this.config.get<string>('customCssPath'),
|
||||||
|
webFontPath: this.config.get<string>('webFontPath'),
|
||||||
sharedUrl: baseShareUrl
|
sharedUrl: baseShareUrl
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user