mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
90873: Add environment.standardBundles.bundle
This commit is contained in:
@@ -299,6 +299,13 @@ export class DefaultAppConfig implements AppConfig {
|
||||
]
|
||||
},
|
||||
];
|
||||
// The default bundles that should always be displayed when you edit or add a bundle even when no bundle has been
|
||||
// added to the item yet.
|
||||
standardBundles: [
|
||||
{ bundle: 'ORIGINAL' },
|
||||
{ bundle: 'THUMBNAIL' },
|
||||
{ bundle: 'LICENSE' }
|
||||
];
|
||||
// Whether to enable media viewer for image and/or video Bitstreams (i.e. Bitstreams whose MIME type starts with "image" or "video").
|
||||
// For images, this enables a gallery viewer where you can zoom or page through images.
|
||||
// For videos, this enables embedded video streaming
|
||||
|
Reference in New Issue
Block a user