mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
#885 disable media viewer
This commit is contained in:
@@ -223,7 +223,7 @@ export const environment: GlobalConfig = {
|
||||
// Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains
|
||||
rewriteDownloadUrls: false,
|
||||
mediaViewer: {
|
||||
image: true,
|
||||
video: true,
|
||||
image: false,
|
||||
video: false,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user