Merge branch 'CST-5249_suggestion' of https://github.com/4Science/dspace-angular into CST-11299

This commit is contained in:
Francesco Bacchelli
2023-08-10 11:35:20 +02:00
61 changed files with 5462 additions and 80 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';
import { BundleConfig } from './bundle-config.interface';
import { ActuatorsConfig } from './actuators.config';
import { InfoConfig } from './info-config.interface';
@@ -294,6 +295,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