7575 anonymousCache :
7676 # Maximum number of pages to cache. Default is zero (0) which means anonymous user cache is disabled.
7777 # As all pages are cached in server memory, increasing this value will increase memory needs.
78- # Individual cached pages are usually small (<100KB), so a value of max=1000 would only require ~100MB of memory.
78+ # Individual cached pages are usually small (<100KB), so a value of max=1000 would only require ~100MB of memory.
7979 max : 0
8080 # Amount of time after which cached pages are considered stale (in ms). After becoming stale, the cached
8181 # copy is automatically refreshed on the next request.
@@ -136,7 +136,7 @@ submission:
136136 # NOTE: example of configuration
137137 # # NOTE: metadata name
138138 # - name: dc.author
139- # # NOTE: fontawesome (v5 .x) icon classes and bootstrap utility classes can be used
139+ # # NOTE: fontawesome (v6 .x) icon classes and bootstrap utility classes can be used
140140 # style: fas fa-user
141141 - name : dc.author
142142 style : fas fa-user
@@ -147,18 +147,40 @@ submission:
147147 confidence :
148148 # NOTE: example of configuration
149149 # # NOTE: confidence value
150- # - name: dc.author
151- # # NOTE: fontawesome (v5.x) icon classes and bootstrap utility classes can be used
152- # style: fa-user
150+ # - value: 600
151+ # # NOTE: fontawesome (v6.x) icon classes and bootstrap utility classes can be used
152+ # style: text-success
153+ # icon: fa-circle-check
154+ # # NOTE: the class configured in property style is used by default, the icon property could be used in component
155+ # configured to use a 'icon mode' display (mainly in edit-item page)
153156 - value : 600
154157 style : text-success
158+ icon : fa-circle-check
155159 - value : 500
156160 style : text-info
161+ icon : fa-gear
157162 - value : 400
158163 style : text-warning
164+ icon : fa-circle-question
165+ - value : 300
166+ style : text-muted
167+ icon : fa-thumbs-down
168+ - value : 200
169+ style : text-muted
170+ icon : fa-circle-exclamation
171+ - value : 100
172+ style : text-muted
173+ icon : fa-circle-stop
174+ - value : 0
175+ style : text-muted
176+ icon : fa-ban
177+ - value : -1
178+ style : text-muted
179+ icon : fa-circle-xmark
159180 # default configuration
160181 - value : default
161182 style : text-muted
183+ icon : fa-circle-xmark
162184
163185# Default Language in which the UI will be rendered if the user's browser language is not an active language
164186defaultLanguage : en
@@ -272,6 +294,8 @@ homePage:
272294 # No. of communities to list per page on the home page
273295 # This will always round to the nearest number from the list of page sizes. e.g. if you set it to 7 it'll use 10
274296 pageSize : 5
297+ # Enable or disable the Discover filters on the homepage
298+ showDiscoverFilters : false
275299
276300# Item Config
277301item :
@@ -285,8 +309,17 @@ item:
285309 # settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
286310 pageSize : 5
287311
312+ # Community Page Config
313+ community :
314+ # Search tab config
315+ searchSection :
316+ showSidebar : true
317+
288318# Collection Page Config
289319collection :
320+ # Search tab config
321+ searchSection :
322+ showSidebar : true
290323 edit :
291324 undoTimeout : 10000 # 10 seconds
292325
@@ -382,7 +415,21 @@ vocabularies:
382415 vocabulary : ' srsc'
383416 enabled : true
384417
385- # Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query.
418+ # Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query.
386419comcolSelectionSort :
387420 sortField : ' dc.title'
388421 sortDirection : ' ASC'
422+
423+ # Example of fallback collection for suggestions import
424+ # suggestion:
425+ # - collectionId: 8f7df5ca-f9c2-47a4-81ec-8a6393d6e5af
426+ # source: "openaire"
427+
428+
429+ # Search settings
430+ search :
431+ # Settings to enable/disable or configure advanced search filters.
432+ advancedFilters :
433+ enabled : false
434+ # List of filters to enable in "Advanced Search" dropdown
435+ filter : [ 'title', 'author', 'subject', 'entityType' ]
0 commit comments