mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
90873: issue 1380 - Fix to make default bundle config work without yml changes
This commit is contained in:

committed by
Alexandre Vryghem

parent
beae47ef19
commit
d51af2739e
11
src/config/bundle-config.interface.ts
Normal file
11
src/config/bundle-config.interface.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface BundleConfig extends Config {
|
||||
|
||||
/**
|
||||
* List of standard bundles to select in adding bitstreams to items
|
||||
* Used by {@link UploadBitstreamComponent}.
|
||||
*/
|
||||
standardBundles: string[];
|
||||
|
||||
}
|
Reference in New Issue
Block a user