mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +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
@@ -224,11 +224,9 @@ export const environment: BuildConfig = {
|
||||
name: 'base',
|
||||
},
|
||||
],
|
||||
standardBundles: [
|
||||
{ bundle: 'ORIGINAL' },
|
||||
{ bundle: 'THUMBNAIL' },
|
||||
{ bundle: 'LICENSE' }
|
||||
],
|
||||
bundle: {
|
||||
standardBundles: ['ORIGINAL', 'THUMBNAIL', 'LICENSE'],
|
||||
},
|
||||
mediaViewer: {
|
||||
image: true,
|
||||
video: true
|
||||
|
Reference in New Issue
Block a user