Merge remote-tracking branch 'upstream/main' into browse-pagesize

This commit is contained in:
Mark H. Wood
2022-09-02 15:23:50 -04:00
1154 changed files with 45768 additions and 23920 deletions

View File

@@ -38,6 +38,10 @@ export const environment: BuildConfig = {
baseUrl: 'https://rest.com/api'
},
actuators: {
endpointPath: '/actuator/health'
},
// Caching settings
cache: {
// NOTE: how long should objects be cached for by default
@@ -100,6 +104,9 @@ export const environment: BuildConfig = {
// NOTE: every how many minutes submission is saved automatically
timer: 5
},
typeBind: {
field: 'dc.type'
},
icons: {
metadata: [
{
@@ -198,7 +205,9 @@ export const environment: BuildConfig = {
item: {
edit: {
undoTimeout: 10000 // 10 seconds
}
},
// Show the item access status label in items lists
showAccessStatuses: false
},
collection: {
edit: {
@@ -230,8 +239,15 @@ export const environment: BuildConfig = {
name: 'base',
},
],
bundle: {
standardBundles: ['ORIGINAL', 'THUMBNAIL', 'LICENSE'],
},
mediaViewer: {
image: true,
video: true
},
info: {
enableEndUserAgreement: true,
enablePrivacyStatement: true,
}
};