mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
110889: Added config to disable community/collection sidebar
This commit is contained in:
@@ -257,7 +257,15 @@ export const environment: BuildConfig = {
|
||||
pageSize: 5
|
||||
}
|
||||
},
|
||||
community: {
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
},
|
||||
collection: {
|
||||
searchSection: {
|
||||
showSidebar: true,
|
||||
},
|
||||
edit: {
|
||||
undoTimeout: 10000 // 10 seconds
|
||||
}
|
||||
|
Reference in New Issue
Block a user