No configuration is necessary for hierarchical browse indexes (Browse by Subject Category). These are automatically generated based on the used controlled vocabularies in your submission forms. Default DSpace has one hierarchical browse index (Browse by Subject Category), since "srsc" is the only vocabulary used in the default submission-forms.xml.
Please note that when using another vocabulary, the UI's language packs (e.g. src/assets/i18n/en.json5) will need to be updated as well, e.g.:
"menu.section.browse_global_by_srsc": "By Subject Category""browse.metadata.srsc.breadcrumbs": "Browse by Subject Category""browse.comcol.by.srsc": "By Subject Category"Starting with DSpace 7.6.1, these Hierarchical "Browse By" options can be disabled via the below configuration:
| Property: | webui.browse.vocabularies.disabled |
| Example Value: | webui.browse.vocabularies.disabled = srsc |
| Informational Note: | By default, all controlled vocabularies used within your submission forms (submission-forms.xml) will be enabled in the Browse By menu of the User Interface. If you wish to disable any from display in the UI, you can list them in this configuration. Multiple values can be comma separated (or this config can be repeated). Changes to this configuration will not take effect until your servlet engine (e.g. Tomcat) is restarted. |
--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/CAMyaaXR5cth_cAvH2HtpxKjCn1zARCq2Z_j1FQR2WjT8cykEWg%40mail.gmail.com.
webui.browse.vocabularies.disabled = srsc |