mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
Merge remote-tracking branch 'upstream/main' into #885-media-viewer
# Conflicts: # package.json # src/app/+item-page/item-page.module.ts # src/app/+item-page/simple/item-types/shared/item.component.ts # yarn.lock
This commit is contained in:
@@ -23,7 +23,7 @@ export const environment: GlobalConfig = {
|
||||
// NOTE: these must be "synced" with the 'dspace.server.url' setting in your backend's local.cfg.
|
||||
rest: {
|
||||
ssl: true,
|
||||
host: 'dspace7.4science.cloud',
|
||||
host: 'api7.dspace.org',
|
||||
port: 443,
|
||||
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
||||
nameSpace: '/server',
|
||||
@@ -65,9 +65,12 @@ export const environment: GlobalConfig = {
|
||||
submission: {
|
||||
autosave: {
|
||||
// NOTE: which metadata trigger an autosave
|
||||
metadata: ['dc.title', 'dc.identifier.doi', 'dc.identifier.pmid', 'dc.identifier.arxiv'],
|
||||
// NOTE: every how many minutes submission is saved automatically
|
||||
timer: 5
|
||||
metadata: [],
|
||||
/**
|
||||
* NOTE: after how many time (milliseconds) submission is saved automatically
|
||||
* eg. timer: 5 * (1000 * 60); // 5 minutes
|
||||
*/
|
||||
timer: 0
|
||||
},
|
||||
icons: {
|
||||
metadata: [
|
||||
|
Reference in New Issue
Block a user