110889: Added config to disable community/collection sidebar

This commit is contained in:
Alexandre Vryghem
2024-02-17 20:10:23 +01:00
parent 0bee02a501
commit 7bf7ee0ba7
9 changed files with 75 additions and 4 deletions

View File

@@ -257,7 +257,15 @@ export const environment: BuildConfig = {
pageSize: 5
}
},
community: {
searchSection: {
showSidebar: true,
},
},
collection: {
searchSection: {
showSidebar: true,
},
edit: {
undoTimeout: 10000 // 10 seconds
}