[CST-5249] Fixed compilation issues

This commit is contained in:
Luca Giamminonni
2022-05-02 17:40:51 +02:00
parent f754b59476
commit b4d6fbc390
17 changed files with 112 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ import { ServerConfig } from './server-config.interface';
import { SubmissionConfig } from './submission-config.interface';
import { ThemeConfig } from './theme.model';
import { UIServerConfig } from './ui-server-config.interface';
import {SuggestionConfig} from "./layout-config.interfaces";
export class DefaultAppConfig implements AppConfig {
production = false;
@@ -210,6 +211,14 @@ export class DefaultAppConfig implements AppConfig {
}
};
suggestion: SuggestionConfig[] = [
// {
// // Use this configuration to map a suggestion import to a specific collection based on the suggestion type.
// source: 'suggestionSource',
// collectionId: 'collectionUUID'
// }
];
// Theme Config
themes: ThemeConfig[] = [
// Add additional themes here. In the case where multiple themes match a route, the first one