mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +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
|
// 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,
|
rewriteDownloadUrls: false,
|
||||||
mediaViewer: {
|
mediaViewer: {
|
||||||
image: true,
|
image: false,
|
||||||
video: true,
|
video: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user